Loading Tool

Explorer IconExplorer

Memory Pool

78,089 transactions
29.29 vMB
0.06364866 BTC
Random Selection Loading Transactions
Max Size: 176.07/200 MB

Candidate Block

Mining Attempt 02801a4ba4f26dbf28a46c4f4dc6ecbc339db45292d34ff405beee3075d0dcf5
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 92b72afd17b19383db256e5b4c28f03b319ea88137af73540fd60ada8a9c4264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,830
Size: 1.00 vMB
Total Fees: 0.00434893 BTC
Feerates: 21.09 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (477,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,773 437,773 0000000000000000013370442097ac6be61a545b0ec96ddfe71728285ea028c0 2,495 1.00/1.00 vMB 74
437,772 437,772 00000000000000000444c8923f7d4248f92fc9649c8525657d9ff55b5cc82c16 2,772 1.00/1.00 vMB 83
437,771 437,771 0000000000000000011e50e754a957afd72ced5bf5bd0bc1b357c7be6e24792d 2,317 1.00/1.00 vMB 56
437,770 437,770 0000000000000000011c72438a79cfa791122b4ba160ff124606a600a25d2b5f 1,907 0.75/1.00 vMB 57
437,769 437,769 0000000000000000023644ef38702339ee34796977e803383373c41cb4d399d1 2,329 1.00/1.00 vMB 81
437,768 437,768 0000000000000000015a8e201276e20efc7d2adef19c50003f835333d2ed4d91 2,548 0.99/1.00 vMB 60
437,767 437,767 0000000000000000043a53839de61a52054ab58f2f1303b9ab6b8e746d6614e5 2,730 1.00/1.00 vMB 100
437,766 437,766 000000000000000004240ac20c1d9ec16723da38eb276d851e8ab535390c56b5 2,379 1.00/1.00 vMB 57
437,765 437,765 0000000000000000016fe44ffc8b1413526fc2fc51e75005a5280557e69a4d35 2,178 1.00/1.00 vMB 68
437,764 437,764 00000000000000000198da16b21fd951a23868841300ea2ef69c0460ad06fe93 1,820 0.75/1.00 vMB 100
437,763 437,763 000000000000000003d056f3c9fd55610876af0d990801304112784e23221234 2,071 1.00/1.00 vMB 62
437,762 437,762 0000000000000000019c630b1957f9bbf8c6dfa34a803e4cfed4b6ee7e4462cf 2,138 1.00/1.00 vMB 55
437,761 437,761 00000000000000000376cd7fa3e195f36671e61b9a5cab875f034c2a97b5f55b 1,442 0.75/1.00 vMB 76
437,760 437,760 00000000000000000365f2cf831722e40a1011b1651eb240b9ec73e7842dbb8d 1,703 1.00/1.00 vMB 102
437,759 437,759 00000000000000000057093b3ad1a500bd6bdea061c0c6344428f9b6209d943d 1,831 1.00/1.00 vMB 41
437,758 437,758 000000000000000000d1ef6a80435f57af69f35f20d0b7a6d40ac80a28f392c3 1,566 1.00/1.00 vMB 61
437,757 437,757 000000000000000002917f7613d7109d5c080d01500dc0e58a1cda8124390aeb 2,459 1.00/1.00 vMB 51
437,756 437,756 000000000000000003fe071d3d7a3a6564d5cc78601798975d77d05088f7f473 2,722 1.00/1.00 vMB 57
437,755 437,755 000000000000000001242c25988ced2e81bdda6eb15e5cf59380a7eb91d5c672 2,014 1.00/1.00 vMB 70
437,754 437,754 0000000000000000028dd2ac1d3be144e5ce759884fc3102b62f3a08365b2474 3,081 1.00/1.00 vMB 55
437,753 437,753 000000000000000003c7d7ac2ed4238d6ae718f63b3cb88836fa3f0ddd004da7 2,461 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.