Loading Tool

Explorer IconExplorer

Memory Pool

40,719 transactions
27.91 vMB
0.07284160 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt 47cc8290cef6f7884f945776814e181e38677ddd460c46ced0184e3961f1d0f8
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 49658ee2ff19b6f38538360bda4b25504bedbac5e4debd55fbba6bfd5c87979b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.01930253 BTC
Feerates: 101.49 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (194,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
719,667 719,667 0000000000000000000650a1d48c4631cb4e5150eb2b441270ec329ad6050691 2,639 1.00/1.00 vMB 24
719,666 719,666 0000000000000000000b7be6a2d174cd8e003ff96a22400bb368af87be153d9a 2,501 1.00/1.00 vMB 13
719,665 719,665 00000000000000000001e4e473e6aab55c0ac9dbeba86fe81695c24e67022cbb 1,206 0.51/1.00 vMB 8
719,664 719,664 000000000000000000058c7a66aab64f463b257ddb2106c4ce004c32ba8d863b 458 0.11/1.00 vMB 9
719,663 719,663 00000000000000000003f5b80a2db6fac4df57ba0a739d71d86cca5005e4edcc 1,865 0.72/1.00 vMB 8
719,662 719,662 00000000000000000003065816e43cd1195e6df1f5b9aa26c0c30461894b7d1f 1,215 0.73/1.00 vMB 3
719,661 719,661 000000000000000000046e686e2786256a9cd43dc06b7c1c1f9675672e498100 1,805 1.00/1.00 vMB 6
719,660 719,660 0000000000000000000a78bd573cb8efef199d9e5ffdc6684b8d1f5bc0fc613f 683 1.00/1.00 vMB 3
719,659 719,659 000000000000000000014b1e38c97e3301db75c7354a2d29f048b8e9d5db3546 2,957 1.00/1.00 vMB 2
719,658 719,658 0000000000000000000405ab56afeec452ebf6f6ffd9585c5cd04861ce52f6fb 2,982 1.00/1.00 vMB 13
719,657 719,657 0000000000000000000a9a0b9b705bd9177ed715b2caf1bf9861cfe6d634a3dd 2,998 1.00/1.00 vMB 8
719,656 719,656 00000000000000000007847a3f2de021b23970da0e341ad7d6d243834d1bfee4 3,526 1.00/1.00 vMB 6
719,655 719,655 00000000000000000003f1496088561b9f79fe0d88fe9cef7318fec778e2d765 3,142 1.00/1.00 vMB 6
719,654 719,654 00000000000000000007405d103e0171af8daef44fd5a64a81e48150eb575ecf 2,583 1.00/1.00 vMB 8
719,653 719,653 00000000000000000004ccabafb572d58ce0c38756115162ff70a6ef4ce4d09d 2,848 1.00/1.00 vMB 18
719,652 719,652 00000000000000000008f24dc425c1189b682495b6d286f12b9944691f759b97 2,708 1.00/1.00 vMB 6
719,651 719,651 0000000000000000000661ad36619f6a1d29c5f9c0eebe3ede9e4f3d16e52037 2,803 1.00/1.00 vMB 16
719,650 719,650 000000000000000000033f8159b3f7f5b9533987ed94496d02aa2d2c26aa1f13 2,888 1.00/1.00 vMB 19
719,649 719,649 0000000000000000000119c333132a25b3d028e4080f8085be78ba9616cfc7b7 692 0.48/1.00 vMB 1
719,648 719,648 00000000000000000006384b32f48f58452c220180bd4fd544af9d327f379f2c 3,275 1.00/1.00 vMB 6
719,647 719,647 00000000000000000005e7e5a6ea8b8e1f54cee4e2371f8751ccef12d58140e0 3,065 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.76 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.53 GB
    • Received: 12.12 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.