Loading Tool

Explorer IconExplorer

Memory Pool

37,933 transactions
27.03 vMB
0.06473019 BTC
Random Selection Loading Transactions
Max Size: 137.58/200 MB

Candidate Block

Mining Attempt 35ee66a6b527f4f4b4e3bcaffb493fc47ab1bf59c472c575fee073ad7cbbaf3a
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aaebcf81c3ca141e2c9d95bb07dbf5269814211807d6042341e44191ffd235d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,761
Size: 1.00 vMB
Total Fees: 0.01382081 BTC
Feerates: 100.28 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (598,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
316,519 316,519 00000000000000002485d1b4284a044c0b011da83f93e524b42d9f475cae2cf5 1,311 0.75/1.00 vMB 28
316,518 316,518 000000000000000011b0feec8bbaf23b3a6890c379b1136527b657e301d218c2 51 0.04/1.00 vMB 8
316,517 316,517 000000000000000001ede4428870c2b881ab5fe78c052acdb0512e0c518e3328 78 0.12/1.00 vMB 12
316,516 316,516 00000000000000000521c2ed9d9e4ed045ed822e0142115481e7c9e13b13abc4 1,640 0.75/1.00 vMB 38
316,515 316,515 00000000000000001c969ecae95595866d796b9afe11105ce84c76957be8234a 1,219 0.75/1.00 vMB 27
316,514 316,514 0000000000000000028ef5d2ba344880f9632cd718a2bfdd53717575aed0d44b 169 0.08/1.00 vMB 36
316,513 316,513 00000000000000002368efb75a333481683dc7a3aacad7cf599ff940e4b5e050 41 0.01/1.00 vMB 35
316,512 316,512 00000000000000000dc32808fc3f3f0ce02c8c7d17258ad6e651b8ba1e02384d 695 0.43/1.00 vMB 24
316,511 316,511 0000000000000000092c1f996e0b6d07fd0e73dfe6409a5c2adc1206e997c3a2 796 0.50/1.00 vMB 27
316,510 316,510 000000000000000030a2abf782f4db70968d51396e5b861814d7029b321f71c4 12 0.01/1.00 vMB 23
316,509 316,509 000000000000000019ce0c8628e82fb8bed9d4f3e190944224b69bc087b2dd0a 449 0.24/1.00 vMB 29
316,508 316,508 00000000000000001fd912b6bca61aa5e742da44fc6141feba41ac16892f2388 75 0.06/1.00 vMB 21
316,507 316,507 000000000000000021fe3a6cd8c2d05600063d0a9a56ee0715a553c0014e4cb6 156 0.09/1.00 vMB 27
316,506 316,506 000000000000000016c3342ab6fe670298e7291732d6195149600c45fd3f1f40 530 0.26/1.00 vMB 31
316,505 316,505 00000000000000001f8076b5017546ba5f00d059fd3c280cfb0f53e92d9ead2e 482 0.28/1.00 vMB 27
316,504 316,504 00000000000000001e848634e2e5ec5fbd3dad8fc8d927e8a83ac784263e9dfb 56 0.06/1.00 vMB 4
316,503 316,503 00000000000000002164f1249e5c4f5e58684684c232b51608b7ce03bc1df686 1,133 0.68/1.00 vMB 29
316,502 316,502 00000000000000001d54adc8a152c798ddfe7d7f0d9386a2eff042479e2825ab 328 0.26/1.00 vMB 21
316,501 316,501 0000000000000000002d76090ebb4d8ec0bd7be9b9e1e7b99d865638fc0b18f9 317 0.21/1.00 vMB 19
316,500 316,500 000000000000000000488c87e3e88dad4688b5a3bd5281f592a3fdde9874d96a 863 0.43/1.00 vMB 32
316,499 316,499 00000000000000001f2514d2e0ce16ef0acca1707add27ba1b890dcf0019efa8 1,057 0.52/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.