Loading Tool

Explorer IconExplorer

Memory Pool

41,602 transactions
26.48 vMB
0.05568587 BTC
Random Selection Loading Transactions
Max Size: 139.03/200 MB

Candidate Block

Mining Attempt e1289caae19d2f2ec66a983b0684e0f3dead09dde2c7ef40c93094cd6e0bccb5
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root e192f4bed904ec4cb80c8090d8ef3e4a7d7aa08b2ac4e5daee0f07f336607d60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,179
Size: 1.00 vMB
Total Fees: 0.00661451 BTC
Feerates: 100.68 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (866,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,947 47,947 000000000153da86fab63f064a44105806fb7de8cda1d8c5debada039ec95341 1 0.00/1.00 vMB 0
47,946 47,946 00000000323014e81f10dd95baa16c5eb052d84b4de62aca2c61472c7ce76623 1 0.00/1.00 vMB 0
47,945 47,945 00000000197859e60dae11065753ecb9fee23779e111c94e5ea166afeafa54a0 1 0.00/1.00 vMB 0
47,944 47,944 00000000030fc276ab2339c314c54a8f11562d4109db5b3696672caa9ad076aa 1 0.00/1.00 vMB 0
47,943 47,943 0000000010e8b513a2de5212286b74f6e24df0846716a257f52a059ebdd231d7 1 0.00/1.00 vMB 0
47,942 47,942 000000002c0a809389fdfc7706c94ebe07675a9aa25634eb968a7b96ef925347 1 0.00/1.00 vMB 0
47,941 47,941 00000000002a636cfeb7b07b053036f4728365e387b93f93d44dfda10716d249 1 0.00/1.00 vMB 0
47,940 47,940 0000000028da5640d6de7d8fe5ed89ceec7cb206c084d1176e6775c4cccf7bc5 1 0.00/1.00 vMB 0
47,939 47,939 000000002bce499018ce3d57df08523bf10ecf31f413c78d74652dd71182d08e 1 0.00/1.00 vMB 0
47,938 47,938 000000002678b718f0697119292b29a316cf69d64b4aa4743abefaa0beeda55e 1 0.00/1.00 vMB 0
47,937 47,937 00000000010a8b9d9009a722cb70ee4d022c32a617ef5756a01d6ec6fa77a010 1 0.00/1.00 vMB 0
47,936 47,936 00000000318188a730db2bd8750a13bbb967dfb92eacd67e8f956c6cfed0a68a 1 0.00/1.00 vMB 0
47,935 47,935 000000000c9e2d978e9c84a7a4b3edbf1042b4b53385ba2035ad19d01b749ba8 1 0.00/1.00 vMB 0
47,934 47,934 0000000031b4fc11fb16fa42594f08135b8c63ecabbc097d72bcf7c0d78eea69 1 0.00/1.00 vMB 0
47,933 47,933 0000000007d58eff955872678971d01dd07db44d272300655d6e57e6a24ed2ab 1 0.00/1.00 vMB 0
47,932 47,932 00000000142d228b779eebedae6749aaeadf6dc69f36b47dc2b3bc0a600eb3a8 1 0.00/1.00 vMB 0
47,931 47,931 000000000a4aa5eb0d17657e439986025954c7373ea88fcc90da6e0ce1f98fe8 1 0.00/1.00 vMB 0
47,930 47,930 000000001b9230f20469b751622d1338ac9c9ca17a458c560e59e01c4cfc5d77 1 0.00/1.00 vMB 0
47,929 47,929 000000000ffb9c5e34426662f307eac71bb009577383ae8a82d2adf53e4753ea 1 0.00/1.00 vMB 0
47,928 47,928 000000002eaa9a1ffb51f981b1d467a4ab41234d7abdf615d1a0cafa87674f67 1 0.00/1.00 vMB 0
47,927 47,927 0000000031cf5c78030f35ed7798d6a7a697c95403bc162e1f2fb91d3b385c4a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.