Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,122 transactions (1.24 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,916 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,915 (162,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,770 749,770 00000000000000000007ec1d6611c8bdcb15a051ec2def77725e71cbc26ecb8d 1.67 MB 2,590 12
749,769 749,769 000000000000000000048a861083b3a9b6df1f124da1d09a04703b5bbc387a79 2.17 MB 689 7
749,768 749,768 0000000000000000000786333ab3b964918ecdaa7560714c448789d9525a4663 1.74 MB 2,338 9
749,767 749,767 00000000000000000004d029176191f143f05fbe20f35d8da9441994db1cf31b 1.46 MB 3,063 19
749,766 749,766 0000000000000000000517fd816145b1ad2b54d5b2a278a2648c737beceaa52c 1.78 MB 1,621 5
749,765 749,765 0000000000000000000548affb791004d9124a5ac8f3f5e4e8e81cccd921b0b9 1.81 MB 1,273 7
749,764 749,764 00000000000000000004879073149687acb88f740831388de1fd69758bf02647 1.75 MB 2,492 4
749,763 749,763 000000000000000000037dacaabbc9c569aa3697fc33d8ef875e8758c50dac9b 1.88 MB 1,790 11
749,762 749,762 00000000000000000005d3230070dcfc834b6fcc60918f7c34e42e30baf508ed 2.13 MB 978 9
749,761 749,761 0000000000000000000912611964a2a70e12b12b7cc219754bb9d65d090fd3af 1.41 MB 2,046 13
749,760 749,760 000000000000000000016e578ac3c8dff1f872bde2141fc3cea9ce826acec143 1.94 MB 1,401 10
749,759 749,759 00000000000000000004933a69d948722a33d3dc0e26a7c360dc42a584bf3f3d 1.81 MB 1,842 5
749,758 749,758 00000000000000000000a9121570ca55e66f0e9d4b2a6d3b22afca5e18cd777e 1.83 MB 2,015 6
749,757 749,757 000000000000000000048420212c9db6516f006d7edac795a5d2760dc7beaeec 1.85 MB 1,910 11
749,756 749,756 00000000000000000005af8c2908b340e3c2dced8c8c8f2580517f05e3eac222 1.82 MB 1,934 11
749,755 749,755 00000000000000000004bd1f3ef926026e3be2bb2e87ee685fba3aaa3bdac934 1.49 MB 2,874 7
749,754 749,754 0000000000000000000252ffce57b42ac3ba73c417578583eed4e0743a0d1018 1.53 MB 3,212 14
749,753 749,753 00000000000000000005420438447dec477ea2963ca9f4a9cd71e95890cb589c 1.41 MB 2,770 8
749,752 749,752 00000000000000000006316ffbf80a5399e7b5b124d97eb98b185fdf13eec380 1.48 MB 3,366 16
749,751 749,751 0000000000000000000158745e23006b698225c8c3aaab4da9488dddf3941ce2 1.42 MB 2,972 23
749,750 749,750 00000000000000000006099ac5df59283a6fb3a495e6ff8c953d406bc5d45e1f 1.76 MB 1,604 4
Previous 10 blocks ↓
Total Size: 776.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,482.08 GB sent, 133.12 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.