Loading Tool

Explorer IconExplorer

Memory Pool

76,650 transactions
28.69 vMB
0.09279318 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt c1a434a452b6ae842ae3bd52f3b2531c13ddef317ccaa1f0c10cb93669416451
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 6120b2bf3c912ec8ccc09a77e8e59d8c305c61d5861cdca045b675f5d315c7a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,774
Size: 1.00 vMB
Total Fees: 0.02649230 BTC
Feerates: 180.82 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (510,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,724 404,724 000000000000000002607f815f5e564ffe7bf665d552112baa976215e219d11b 2,087 0.75/1.00 vMB 55
404,723 404,723 000000000000000004b1c80e270be2393fb6eb3146d93cdd1156e52b91ea8f74 406 0.18/1.00 vMB 44
404,722 404,722 0000000000000000031b39a47fc23881d9546e46745fa0b8e927a48b6f392d07 204 0.12/1.00 vMB 31
404,721 404,721 000000000000000002d70d1308411a6e1727f484ec954fd0f3cb3b310578ef8c 587 0.34/1.00 vMB 32
404,720 404,720 0000000000000000006400c1e08ce3a8ff8e8cea75d4428d65a8e746ee3bc1d1 932 0.41/1.00 vMB 41
404,719 404,719 00000000000000000153791f15daf2e2f0e54d15f6b8e79da3db396c310a99e3 1 0.00/1.00 vMB 0
404,718 404,718 0000000000000000015d1da789fca00c2ee9fd50d5d31fcddff1ca1b147d24d6 388 0.26/1.00 vMB 31
404,717 404,717 000000000000000002106b39b0677bcf3cea0ce750f73ce6d7f5d0572c35a5a5 227 0.14/1.00 vMB 42
404,716 404,716 00000000000000000561019151b6f2cb0d7f2ca95a5d1d3c60601621fb74eef0 1,101 0.70/1.00 vMB 29
404,715 404,715 00000000000000000074ab46e30302a65996604a9b2f5314b75c2ab158a92ba6 2,158 1.00/1.00 vMB 49
404,714 404,714 0000000000000000008544ebc6abcb14ff003d8eb5e9d36023cd379dfb6f203a 329 0.19/1.00 vMB 40
404,713 404,713 000000000000000003812c3915bcd9f55a559a8cbdf8a9e511caef43bd8b2053 302 1.00/1.00 vMB 5
404,712 404,712 0000000000000000023cb5a69ffe01222ab7614ce1ad6981052ae34e152a4c37 707 0.41/1.00 vMB 37
404,711 404,711 000000000000000001d0320bd6f54c9a195007d0940030dd44ae81656c4b75e9 1,042 0.58/1.00 vMB 28
404,710 404,710 000000000000000000fbd4bc8d88005e3150fb95b06af674c24b4f2fc3589109 1 0.00/1.00 vMB 0
404,709 404,709 000000000000000006201c9c99f3d78ab64a49d8c61e620ed96b153300933b99 973 0.46/1.00 vMB 38
404,708 404,708 0000000000000000030d1be60c1ae0835b91c92f8c68d356eba9cb9277ca9c09 718 0.29/1.00 vMB 43
404,707 404,707 0000000000000000034dbc31cb68312cee0b0adc054b83e0f5a7af5c3716e04a 873 0.43/1.00 vMB 39
404,706 404,706 000000000000000001aff966c5d9122bf809a80c5bb55e5b3921dff097e72444 1,179 0.78/1.00 vMB 28
404,705 404,705 0000000000000000008d4eee9bb200e5ad8a76e23f72ca31244cec8aa104d90c 1 0.00/1.00 vMB 0
404,704 404,704 000000000000000004a4def5541bb647b0fa7390543ab8d49e6fb23be085c50d 728 0.54/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.