Loading Tool

Explorer IconExplorer

Memory Pool

43,507 transactions
28.66 vMB
0.06846012 BTC
Random Selection Loading Transactions
Max Size: 148.09/200 MB

Candidate Block

Mining Attempt f41d36bea296744949ac3866f6935f1fcf325476f1fc6eca0836ca8b8a213be1
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root ad45ff291bb2caf5a4c8093b230d6bd512f59bfdc3b1393af215951c7e845828
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,119
Size: 1.00 vMB
Total Fees: 0.01286386 BTC
Feerates: 150.75 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (323,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,881 590,881 0000000000000000000c4d735d2f5227dc295d81e16e3e54fb5340dd8310e40d 1,988 0.65/1.00 vMB 29
590,880 590,880 0000000000000000000d5db12416925050b18efd0341a3fac4391942418a7282 1,929 0.69/1.00 vMB 28
590,879 590,879 000000000000000000187d7dd5c8dbf7e6e88ea2ed83706ec1692a77e9815139 650 0.50/1.00 vMB 31
590,878 590,878 000000000000000000099ae872f900a2cd9e00452bdb1fa42bf6124dbb2b9cb8 1,486 0.52/1.00 vMB 18
590,877 590,877 000000000000000000049e6f299a43ba8c7568aa153e797b7c2842e2fd3ff55d 3,344 1.00/1.00 vMB 36
590,876 590,876 0000000000000000000a0c6e55fdf90f2c6aee9c2c92f67d3f19ce926e670044 2,583 0.94/1.00 vMB 28
590,875 590,875 0000000000000000000a1b5f8fcce02099be3a28b5d105009dd323194cb62cb3 2,286 0.86/1.00 vMB 22
590,874 590,874 00000000000000000003eb5e981cd0d5eb11c091cffb4bbb55ce0769fb2d01bb 2,559 1.00/1.00 vMB 23
590,873 590,873 000000000000000000188f1fa62a78fb2074bb7c63f15c56640fb627c7c0041a 3,211 1.00/1.00 vMB 22
590,872 590,872 0000000000000000001726f7af37f8296e6e5c50ec9d906ac46d72a026e7bcdd 1,762 1.00/1.00 vMB 17
590,871 590,871 000000000000000000095326f8b8546b30a4315dec34db69aee2e6393b5dfbb9 2,711 1.00/1.00 vMB 49
590,870 590,870 0000000000000000000b9bd6132b0cdd5669963ab3baa86e5ad56a9938880bdb 2,427 1.00/1.00 vMB 32
590,869 590,869 0000000000000000000c19b7a56b59be232b746e608cc2cff1fe8c0bbb5a8d97 2,774 1.00/1.00 vMB 27
590,868 590,868 00000000000000000001a2be4f099a92c576728f815f600cc45885594c1fc005 3,431 1.00/1.00 vMB 32
590,867 590,867 00000000000000000012ed77fd14ae680c4b7347b683bb3f1cdb2f104085bd6e 131 0.04/1.00 vMB 40
590,866 590,866 0000000000000000000aa0d0c1518399efbb82f85f0e22a6ad6009b4fbe230c1 751 0.21/1.00 vMB 30
590,865 590,865 0000000000000000000049d0783ec73731488b437989abe7f1796556b04c4b26 1,565 0.49/1.00 vMB 17
590,864 590,864 00000000000000000003a622e1326c8d8717192c1cc08f5769cb51126a4473ef 2,517 1.00/1.00 vMB 34
590,863 590,863 000000000000000000140708370750d8c03abc0413531defea639e5f650c6405 3,066 1.00/1.00 vMB 27
590,862 590,862 00000000000000000017260cdf50eb1b4a0bb5bf70b704e31c3f9c86341cbd94 2,352 0.87/1.00 vMB 11
590,861 590,861 0000000000000000000c6ab50ccd1ef6e5f1311163b8a79141732af406413382 2,610 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 12.00 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.