Loading Tool

Explorer IconExplorer

Memory Pool

73,440 transactions
27.17 vMB
0.06157799 BTC
Random Selection Loading Transactions
Max Size: 165.98/200 MB

Candidate Block

Mining Attempt ff341d2beffca04f91505c5468da5ad674ebee083a31db5aae298feee8cf6356
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 2b8d45c3c2b450446f520bb9ec187d8cc2ca02d813832faf02fd1bebeb2f99f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,905
Size: 1.00 vMB
Total Fees: 0.00383351 BTC
Feerates: 22.12 > 0.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (59,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
856,219 856,219 0000000000000000000169af7e01f0d5b11638906b8c91e1a3a071eb6f297f96 2,909 1.00/1.00 vMB 6
856,218 856,218 00000000000000000001f2d781a6b1b62d79810e751cc7451ce1843db959384e 2,791 1.00/1.00 vMB 9
856,217 856,217 00000000000000000002ad58e00b4515d45c1f69976d5cc0e8c8017f78368c8a 7,154 1.00/1.00 vMB 3
856,216 856,216 00000000000000000001c54c0edceddb320e070d9ca8294c229810d927bbb810 4,723 1.00/1.00 vMB 5
856,215 856,215 0000000000000000000105afaff30c92dd7e13d15ba2382ab67dcc061ef07423 7,754 1.00/1.00 vMB 2
856,214 856,214 00000000000000000000afb706bae21e7b58528c5c648599b2370b971ebb3901 3,185 1.00/1.00 vMB 3
856,213 856,213 000000000000000000006eb2e6aea4ad8c21032c96e98fe7ac55907c9d0ddc44 2,886 1.00/1.00 vMB 8
856,212 856,212 0000000000000000000129e55e0e5ccd4343526177d8fff91f58ad8b824e57d7 3,012 1.00/1.00 vMB 6
856,211 856,211 00000000000000000002509dbe79ea96a0ad0adc8a6f72c4fde4bfee8d54e0a0 3,646 1.00/1.00 vMB 4
856,210 856,210 0000000000000000000302188f031ce7bd841e9969e5de66f7e9ce9670cfc39b 2,880 1.00/1.00 vMB 6
856,209 856,209 00000000000000000002dab7dc32817089ebbf3753428d9e2f9b2764fc314070 5,392 1.00/1.00 vMB 3
856,208 856,208 00000000000000000001f37bf7806ac5067b57de3da857e53e8622e169a8a390 2,679 1.00/1.00 vMB 6
856,207 856,207 000000000000000000009fd49cbb91bd2e1aaa924b01823fa58595526b01e4fa 4,078 1.00/1.00 vMB 5
856,206 856,206 0000000000000000000060c8951ce7aa95a9dd887b86e1da61520f16e3b30287 4,223 1.00/1.00 vMB 5
856,205 856,205 0000000000000000000055dd08ffd99e2cc01b3e7b6b1677fef00c992a8c15ce 3,201 1.00/1.00 vMB 5
856,204 856,204 00000000000000000000522199137bf3ffcdfca27f0febd4d6eb0acce3bbd1ff 6,409 1.00/1.00 vMB 2
856,203 856,203 00000000000000000001f31b7406f943fd5e3704aaedb20d51da43afa2cb2763 2,987 1.00/1.00 vMB 5
856,202 856,202 0000000000000000000058b580d1648ca0b102800de1a76651c9f20cdc0571b3 3,241 1.00/1.00 vMB 8
856,201 856,201 0000000000000000000190c29c8dded4505059eb9bb3a973535611be782b3465 7,732 1.00/1.00 vMB 2
856,200 856,200 000000000000000000028ff5bf0e7c1557eaa19c06aef61cab988b00115cf43d 6,653 1.00/1.00 vMB 3
856,199 856,199 000000000000000000011f13daa8c1fd5279aaece373a8d7911383659cd9fc62 2,583 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.85 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: 712.42 GB
    • Received: 17.17 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.