Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,981 transactions (2.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,805 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,846 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (870,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,938 40,938 00000000286ed84e554eea3eac6897d84736ac52003a34398fe46da0f17bbe79 0.00 MB 1 0
40,937 40,937 0000000038803bbd9c4001ac7b7e9e22e5f5d21c78650c7385d6ba918977d0a3 0.00 MB 1 0
40,936 40,936 00000000454857298145da7d9b6ddcdf4a20972bd609208085b95821f020ddfe 0.00 MB 1 0
40,935 40,935 000000002ba18fbabbef0acde42fd46f973c0265a42a58fa28a63c6ec30e367e 0.00 MB 1 0
40,934 40,934 000000003ac09da38691c47b922247dbc20833ef6ca4815cb812421ba205627e 0.00 MB 1 0
40,933 40,933 0000000056fc13b3c846342de99bf1c6d5c53fc47a4075a568b04aab9570705c 0.00 MB 1 0
40,932 40,932 000000005f63f95f405dddb34f286fc511b5024be490c72a2d86c8af95bb9300 0.00 MB 1 0
40,931 40,931 000000002397f2f3b5136edf04b64027e327333755e528f546f2bebde9ee1910 0.00 MB 1 0
40,930 40,930 000000002ef406a2958fbf90b7c56e8deaa4cccb8b59a3cce70bea51c1ecf506 0.00 MB 1 0
40,929 40,929 0000000047a7f7f3142500863570e6fd9fa74cfc7029f439e34a0c60914382c1 0.00 MB 1 0
40,928 40,928 000000005e92f115a8dc66afe2a3f3ee9b73ef0e1f0724abf866ca8e1f9a5742 0.00 MB 1 0
40,927 40,927 00000000334ead549cbe8ed7e37e1f5857b6a29f997f6aa9c766de21c2dfb2c7 0.00 MB 1 0
40,926 40,926 000000001592c592fd1a14809c43a5f73aff654e48b7b681edd4e0028eaf385f 0.00 MB 1 0
40,925 40,925 000000003592f0c0a4b419f00e4f0c9042e65d77547e2e4c58d0133fb466ec3c 0.00 MB 1 0
40,924 40,924 000000004b537b09e67672e9cfe93b5b7894a92256fb41be8eeb1e3af0f42466 0.00 MB 1 0
40,923 40,923 000000000a42f2e3753fd627376f5aa994b4699deacf8ff305c351e6ac09b15a 0.00 MB 1 0
40,922 40,922 00000000115398171681d830b26b81c88486e63287185ffde6f0fdce2436ff57 0.00 MB 1 0
40,921 40,921 000000001d62c5dfdb7d9f4851f9d8b178fe269180fc771e9d4c98c72d148d98 0.00 MB 1 0
40,920 40,920 00000000538456d11f34ba3e93eff4d54868df7e1b5ebe85a25c6241b217f44f 0.00 MB 1 0
40,919 40,919 00000000517324300f304f845443e88b4774281a99807b61b98d805c6a60a13b 0.00 MB 2 0
40,918 40,918 0000000004d35582ce8fe22c242c16835ee73e65d84e7b689386dfd36a1bb7fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.73 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,454.43 GB sent, 132.22 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.