Loading Tool

Explorer IconExplorer

Memory Pool

83,832 transactions
30.72 vMB
0.08869114 BTC
Random Selection Loading Transactions
Max Size: 188.59/200 MB

Candidate Block

Mining Attempt 71d8d0808b1b431933dc82047a3cc5a9095908e72492ccb7dd5e0e9070fc59d8
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root bf8631863f4f503c106cb8ba5a65a7615602dcf854864c5b605ca533979a68b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.01988481 BTC
Feerates: 402.60 > 1.99 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (310,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,113 605,113 000000000000000000014e7ab0295e7f9fa905138ee16ecc93409ba263d18460 3,233 1.00/1.00 vMB 32
605,112 605,112 00000000000000000008d7494c96da4940007b6136fce1bde314b77c1aa063c2 3,245 1.00/1.00 vMB 19
605,111 605,111 000000000000000000029ac9fa9d2bb0fe6ac792537d6058730f40c5fbab65e2 707 0.51/1.00 vMB 12
605,110 605,110 000000000000000000092692377bd5ac48cc5e395390619a0d4b93bcc1294613 1,298 0.53/1.00 vMB 16
605,109 605,109 0000000000000000000911daa00f9fd5fc0c15bd9534e5c36df04391add75496 1,018 0.28/1.00 vMB 20
605,108 605,108 000000000000000000047e5f1e6b2a577193381c3ebe4901733470c45c1cc6d7 1,356 0.39/1.00 vMB 15
605,107 605,107 0000000000000000000eddbdfe1d91e475ee210a259204f9af441ab2d2fc1c47 3,112 1.00/1.00 vMB 17
605,106 605,106 0000000000000000000e098bf3d0f865a1bd7d871bd0fa5db11cd76baf0b970f 2,764 0.91/1.00 vMB 15
605,105 605,105 0000000000000000000f14a0722547549800aa59c7d8578e855111991bbc5a85 2,235 1.00/1.00 vMB 5
605,104 605,104 0000000000000000000faa7b6d3e41d77b181bdd0dfa31941ac307ab5ac688ad 1,188 1.00/1.00 vMB 12
605,103 605,103 00000000000000000010f8430f2cc83e0e47dd174332702f2bdc16124ae496f1 3,056 1.00/1.00 vMB 32
605,102 605,102 00000000000000000000f923ee0100c4c8c0d1b846dcaf40a6b6664c69b15608 3,126 1.00/1.00 vMB 29
605,101 605,101 00000000000000000010e68f0c7e1a054ca5ef21b73ac3201aa246fb90653191 2,166 0.69/1.00 vMB 17
605,100 605,100 0000000000000000000c3592ca5992fff78b2bd4c289c3d0a86bba6ac77408c8 495 0.15/1.00 vMB 33
605,099 605,099 0000000000000000001398ed94b09870532b52af0f475b937a3d7cbf3049df0a 2,084 0.63/1.00 vMB 2
605,098 605,098 00000000000000000009e1dc43703a47fd3a0b4cb27796938cdccb3cd6949ea0 3,506 1.00/1.00 vMB 26
605,097 605,097 0000000000000000000c669f88d2f7fb0b7aa677a099c83cc225cfc139429800 2,771 1.00/1.00 vMB 25
605,096 605,096 0000000000000000000f3b14bcc589914235f5a24d8ab2e82f8dd3649e75ebd1 139 0.03/1.00 vMB 15
605,095 605,095 0000000000000000001228a1d0f8973cf96f49ce59a62a5bc7ffcff1f5a25d6d 2,892 0.83/1.00 vMB 21
605,094 605,094 00000000000000000008617b59dd4c35c7acdbc1a368f69caea6ed764603b8b2 1,672 0.53/1.00 vMB 19
605,093 605,093 0000000000000000000d717fd37dee96938759b4c871c4cd7c9b2826ea30d740 2,903 0.95/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.28 GB
    • Received: 17.70 GB
  • Uptime:

Notes

  • 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.