Loading Tool

Explorer IconExplorer

Memory Pool

81,948 transactions
31.48 vMB
0.08277103 BTC
Random Selection Loading Transactions
Max Size: 187.42/200 MB

Candidate Block

Mining Attempt b62ab0b706b6a0592cf4ee6c7dca781f7abebcb222144055bdbac1c7041858af
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root e742d4d88eca40438e9588725a8bb4e5194ea3b32d608f62274d7c7c1b60daee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,366
Size: 1.00 vMB
Total Fees: 0.01571674 BTC
Feerates: 157.11 > 1.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (298,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,237 616,237 0000000000000000000c0b92cd55de363c1bf65bdac1c971c6de0172e6b5c1bf 2,668 1.00/1.00 vMB 6
616,236 616,236 000000000000000000039570aa6ec0ae468fe138af165fcba23c3efeedf76831 2,374 1.00/1.00 vMB 16
616,235 616,235 000000000000000000039213d462ac38df2ae02b64c7970c464901bcf98d5a69 3,293 1.00/1.00 vMB 27
616,234 616,234 0000000000000000000104eb04fe40b6463abf1805a59a5fd60ec63c21875dd3 2,612 1.00/1.00 vMB 25
616,233 616,233 00000000000000000008d5e00b0bcf5c4151668f3397d5ced9f1c812efc800f5 1,878 1.00/1.00 vMB 5
616,232 616,232 0000000000000000000ee6a98d2cc0a9371dbacdc3e0da1ecdc3dfb94f027304 2,690 1.00/1.00 vMB 6
616,231 616,231 000000000000000000046135ed10cf00528eabf9b7fd2bb2670b61bfd993f60b 2,841 1.00/1.00 vMB 19
616,230 616,230 00000000000000000001b51104936e13d4a133d17b5343131059d455f49210b4 3,362 1.00/1.00 vMB 18
616,229 616,229 0000000000000000000900c3d3ea464de231611ff2950729d381b7e5a6c31e87 2,552 1.00/1.00 vMB 38
616,228 616,228 0000000000000000000ccf8cb3b9db06bd7c69e1107046654750e34ae814f4ff 1,463 1.00/1.00 vMB 8
616,227 616,227 0000000000000000000b9525b81c25aab53e6a13553cae571bf1d7fef6bec285 1,806 1.00/1.00 vMB 12
616,226 616,226 0000000000000000000288b50a3519d1ac5b09b2aef61c59bf0fa71b71e369a6 729 1.00/1.00 vMB 6
616,225 616,225 00000000000000000006baa62d4318a8f9ac4153ba1fd1ca08b41943158c74e4 497 1.00/1.00 vMB 3
616,224 616,224 00000000000000000002766bd2f1cd4295293051db3dcd4964846b6decedecfe 1,101 1.00/1.00 vMB 6
616,223 616,223 0000000000000000000d71faac6f32355555ca36036647ac94f8d1b4ec821dc0 1,890 1.00/1.00 vMB 9
616,222 616,222 0000000000000000000d57267fc69da06b462c3d269806ddef480dcc24197ea4 738 1.00/1.00 vMB 1
616,221 616,221 00000000000000000008e44482ae6c9c5a51bfb3f8eb47dc1af3a4235c06b371 3,022 1.00/1.00 vMB 9
616,220 616,220 000000000000000000028938d765726529c9dc2593157611dc215465c8063037 2,488 1.00/1.00 vMB 18
616,219 616,219 00000000000000000008c876cfdae5d2c4aeb50fe1357ada033f07a807b89cd4 2,985 1.00/1.00 vMB 18
616,218 616,218 0000000000000000000df8c6580716de59f9034fea24f77e0b6757ee7d467682 2,853 1.00/1.00 vMB 15
616,217 616,217 0000000000000000000359f2fe8b9524ef9ad0111dd492ca6077bcb4e5a9e80a 2,084 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.