Loading Tool

Explorer IconExplorer

Memory Pool

79,064 transactions
29.62 vMB
0.07407384 BTC
Random Selection Loading Transactions
Max Size: 177.70/200 MB

Candidate Block

Mining Attempt fb379dc2db27d5fce30da9ede1913bdd0a7638d8abef6946a088ab6b8bceaf1e
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 7085c76b6fc1e34f53e9f3b9c9572d064f4d9b78e5dbc0dd1d906b1c6870c3b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,069
Size: 1.00 vMB
Total Fees: 0.01386013 BTC
Feerates: 150.98 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (497,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,534 417,534 0000000000000000027d70884520f69292baa34d569914a8bce1cf3aa66020c0 1,911 1.00/1.00 vMB 79
417,533 417,533 000000000000000004441bbab473c4583d570ba7f46e119cc21680507aac852d 2,103 1.00/1.00 vMB 85
417,532 417,532 000000000000000001c5fc94c1d9a782ef4c73c5f1e6c9ad3bdb036d64dbefdd 2,472 1.00/1.00 vMB 78
417,531 417,531 000000000000000001222e86ab89a06efc44f08edd60ef9c442312a3c1e4ffc2 2,253 1.00/1.00 vMB 66
417,530 417,530 0000000000000000029291cb13bf5d3fc2e5247b616ec242835bea37b0991237 1,020 1.00/1.00 vMB 79
417,529 417,529 000000000000000003e35002a2e8a54bc956831c8d462d146f8ecb123ccc398c 1,699 1.00/1.00 vMB 94
417,528 417,528 0000000000000000049d45c3dccc72540a53809a1785b027488d920364263db2 796 1.00/1.00 vMB 73
417,527 417,527 0000000000000000041a28d2d040d74807484a655d84ab8493dcd505692e4cbf 1,548 1.00/1.00 vMB 90
417,526 417,526 00000000000000000178c3c0ac1f2b7aa836d3dde8d64708fc01c758805f51b6 905 1.00/1.00 vMB 81
417,525 417,525 000000000000000000ac77d962d5df8b71060c05353c965f78552ea3ccc24492 1,836 1.00/1.00 vMB 109
417,524 417,524 00000000000000000494d9e30ce950cf6cfb82b72e715145261261812dc30518 1,443 1.00/1.00 vMB 60
417,523 417,523 000000000000000003b816e1dd5723541bb5f1a564d9281ff89f6e0f4b7af844 2,469 0.93/1.00 vMB 99
417,522 417,522 0000000000000000051137c3f0274117be67d854972dc14fd8bded61d94f3a4d 1,910 1.00/1.00 vMB 35
417,521 417,521 000000000000000002dd478756acf7f11a838dc5be927d1dd4df2b1746e8f0e1 2,666 1.00/1.00 vMB 90
417,520 417,520 00000000000000000364ec069e036ea18d7da8d5de17193ef2ce238b6652f9a3 2,333 1.00/1.00 vMB 62
417,519 417,519 000000000000000002a1844e347bd7afb1ab7e4db5f79abe3876d9182889cc94 1,146 0.44/1.00 vMB 63
417,518 417,518 0000000000000000018d8e88d325ab15bee7fb7d5401d60c600425c0f248f1bc 812 1.00/1.00 vMB 23
417,517 417,517 000000000000000001c702daee60e0fdb96f2a314c6f98234acceb3f784041c7 1,109 1.00/1.00 vMB 49
417,516 417,516 000000000000000002e7e8e3343093bf76ffc2d188326c123fd06c8eb17f54b2 1,336 1.00/1.00 vMB 38
417,515 417,515 0000000000000000014ac11bba259ce108e549247b9c0b6d245cc1f91ec63621 1,500 1.00/1.00 vMB 39
417,514 417,514 00000000000000000252a80cd1ad9f8d8ccc235051359bf6653807b7e7e78d77 1,818 1.00/1.00 vMB 45
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.40 GB
    • Received: 15.13 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.