Loading Tool

Explorer IconExplorer

Memory Pool

78,972 transactions
29.59 vMB
0.08602132 BTC
Random Selection Loading Transactions
Max Size: 181.19/200 MB

Candidate Block

Mining Attempt 37e7736d8cf2ef6752c911bcee220d9514170f98fc7b9bbe8cdd81e7b9961c28
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root d4a565e1c5d25074dd21e8adefc755ef52e14f8a871964fae8562d68dc3b25e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,464
Size: 1.00 vMB
Total Fees: 0.02093521 BTC
Feerates: 150.77 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (241,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,828 673,828 000000000000000000052fc717c6a8974dd90a48a7ff32fff8663008df55509d 788 1.00/1.00 vMB 12
673,827 673,827 00000000000000000001773d3d01d4201c4eadfb00f8734ae70be92d4dfbf920 2,322 1.00/1.00 vMB 20
673,826 673,826 0000000000000000000448a0e817bc433aca13c0c6dde0c7b13b4beba374d75b 2,330 1.00/1.00 vMB 47
673,825 673,825 0000000000000000000b08e03fdad0d63cb8136050797a43cc4f116f878462be 2,282 1.00/1.00 vMB 42
673,824 673,824 000000000000000000047d06bb01540ae5e5285ec33c4140f107db90fc1f4b0a 1,906 1.00/1.00 vMB 58
673,823 673,823 0000000000000000000c3f0bfbda7eb5a9a6f599cfc63f451276f9788e113960 1,408 1.00/1.00 vMB 77
673,822 673,822 00000000000000000000795b0fd3615c8a6b17274acb0e03c1c816829d5a0531 2,700 1.00/1.00 vMB 112
673,821 673,821 0000000000000000000bdd345107f7a4cf877d6bee2018182195d2f826462b22 1,386 1.00/1.00 vMB 103
673,820 673,820 0000000000000000000a361ac8e678201edd49413d27d1a5b6b905bd9b764cb1 2,074 1.00/1.00 vMB 56
673,819 673,819 0000000000000000000b7f1929c447bcddac99c86c8f054c345d2d9f64d843ce 2,192 1.00/1.00 vMB 51
673,818 673,818 000000000000000000028cc1fd3a5070cb82e7c00fcecdd559f8f9ecb4d55bde 1 0.00/1.00 vMB 0
673,817 673,817 00000000000000000009eb184a11719ebcfe1a389e91da558d4f9cc06a823ada 1,521 1.00/1.00 vMB 37
673,816 673,816 00000000000000000004a394a47a57972841a4c374fd568b4a9efc40bab8a802 2,029 1.00/1.00 vMB 45
673,815 673,815 00000000000000000003706d6621f920cc30abd399f059af8e98c7a0fa919bbb 1,308 1.00/1.00 vMB 9
673,814 673,814 00000000000000000008f4cda03e025a7e6a9779a5e7cef22fe3c0ce6dc7fa2d 683 1.00/1.00 vMB 20
673,813 673,813 000000000000000000070e4e2866e5619168680e2de5f06b43ac6752056ebedc 1,712 1.00/1.00 vMB 24
673,812 673,812 00000000000000000004805f3ca6e317a4db741ee8a5e41f0f250cb00c8983a4 2,016 1.00/1.00 vMB 50
673,811 673,811 000000000000000000069563843010844fb7af12cc609ef0f4d8427b4293ea77 2,404 1.00/1.00 vMB 13
673,810 673,810 0000000000000000000679fd756b969adc3791e14055eadd3c12d825f85f6cb4 2,197 1.00/1.00 vMB 42
673,809 673,809 00000000000000000002f242c7ca4b31efaf67cfa795f5e06d120a8935363363 1,885 1.00/1.00 vMB 48
673,808 673,808 00000000000000000003deeaed4f71eb63e7e9a1e3d571918e5d870b6aef7227 2,285 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.80 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: 710.14 GB
    • Received: 17.03 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.