Loading Tool

Explorer IconExplorer

Memory Pool

42,562 transactions
29.07 vMB
0.07553663 BTC
Random Selection Loading Transactions
Max Size: 149.37/200 MB

Candidate Block

Mining Attempt d290eabd14fa29c277abd1a3bf8fae429f07022e120e558cc66bc3d059ba6bcb
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 6d94855661c46752c06294400628a98ebecc7559f420c47518a2124e74c2c1bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.01876534 BTC
Feerates: 150.75 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (241,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,730 672,730 000000000000000000051346ab541e263c88b1de5dcbf83b64cbab689a8ff86f 2,346 1.00/1.00 vMB 180
672,729 672,729 0000000000000000000acaf19bcc9699f00988e932aad12b3502f81ca71a37dc 2,743 1.00/1.00 vMB 137
672,728 672,728 00000000000000000004da01ee00b583396b1f94dc20ef3082eea3f8ab7db124 2,401 1.00/1.00 vMB 119
672,727 672,727 0000000000000000000b5a057401da174fe2f54c29d3751f84ff46b58b3fbfea 2,837 1.00/1.00 vMB 127
672,726 672,726 0000000000000000000020965832badb30a0d36969f66d84584a05d49c1f3eab 1,484 1.00/1.00 vMB 115
672,725 672,725 00000000000000000007e39f684812ca12f1f83c7cb062385686599f3c2cc303 2,855 1.00/1.00 vMB 128
672,724 672,724 0000000000000000000a894f29e7e9d8ca759cd66230070b809fd5ebb4237069 3,258 1.00/1.00 vMB 120
672,723 672,723 00000000000000000001426c7fa71686453891cbd5a9020dc9c236e815572866 3,108 1.00/1.00 vMB 130
672,722 672,722 000000000000000000072ccbc7ad6d377ee8bb7f447d551b64c1885c1bc3f1ef 2,933 1.00/1.00 vMB 121
672,721 672,721 0000000000000000000455f885f1b7e7440f9d9fe093a5a1a787fa2f5b2e4183 3,348 1.00/1.00 vMB 145
672,720 672,720 0000000000000000000bc34ca331ae80bebb5f8113cc0f28b5f455be782a9655 1,913 1.00/1.00 vMB 117
672,719 672,719 0000000000000000000c334b4c7211608fb29f1b67e8155fe55e200c7eefc32a 2,804 1.00/1.00 vMB 110
672,718 672,718 00000000000000000008d25e703c904436cddaab8e6f934d84bf649d1f9186f6 2,631 1.00/1.00 vMB 120
672,717 672,717 000000000000000000014948492bdb4056e5c7fda09ea14b19ad3e5587b1e0fe 1,992 1.00/1.00 vMB 105
672,716 672,716 0000000000000000000552e32a81d4a93bffe0d7f041eb90d4c31c74fbe0b534 2,467 1.00/1.00 vMB 116
672,715 672,715 000000000000000000039b99649c5cf667fb907d45ddd9c30536c8eb102ac13d 2,493 1.00/1.00 vMB 128
672,714 672,714 00000000000000000000cc182fc27d54dd6dd63e08b47468c33bcdf23388d285 1,106 1.00/1.00 vMB 109
672,713 672,713 0000000000000000000300bdce46cd6ee5e902a135db31752eca3e58eafdd8b3 2,283 1.00/1.00 vMB 117
672,712 672,712 0000000000000000000b36eb9f6149067adf47680f10e9c6fd7a329e0be72e61 2,898 1.00/1.00 vMB 111
672,711 672,711 0000000000000000000badbbedf178750a145bb8804d5f02e98ae49b3d1dd36b 2,565 1.00/1.00 vMB 138
672,710 672,710 00000000000000000008145b7f435e37a2def959fab8a3548b5db7e8cc5ace75 1,887 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.