Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
29.30 vMB
0.06401446 BTC
Random Selection Loading Transactions
Max Size: 176.11/200 MB

Candidate Block

Mining Attempt a6a83914a357349b31346a884ef07e8ccf26539362a789743e02ba89334d379d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 772cec80f8566fff29074189de8b977cf907678b97ce8ec0e3c2ebe254da56a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,063
Size: 1.00 vMB
Total Fees: 0.00471446 BTC
Feerates: 50.25 > 0.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (291,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,743 623,743 000000000000000000138e847a3f7deeaf25caf2d3edccd7b74360cb3cd2ce23 2,375 1.00/1.00 vMB 18
623,742 623,742 000000000000000000012e41e228db258a64df7df127a7726fba17008400bf68 2,206 1.00/1.00 vMB 29
623,741 623,741 000000000000000000029f856aa59b5afee7665f606f189fd3d318dafe4cd638 853 0.30/1.00 vMB 22
623,740 623,740 0000000000000000000b8264a99da140b3bdc435943da1f75630f15d56074dad 746 0.28/1.00 vMB 15
623,739 623,739 0000000000000000000749e60a90aa93a9ee48b6be6f47b15ea840e4fa1f1f02 2,469 0.97/1.00 vMB 19
623,738 623,738 0000000000000000000a2c1131ead76217c9c0ec3f37516a2c8eed0a4dcfcfb4 1,126 0.73/1.00 vMB 5
623,737 623,737 0000000000000000000f0b37cc33647b05f6c3d55d30d2c289be5e93e6614a08 2,143 1.00/1.00 vMB 16
623,736 623,736 00000000000000000002f8893922869badad07b2578570aa067c88d7b519f00d 2,665 1.00/1.00 vMB 10
623,735 623,735 0000000000000000000f7eecd4ea20344a3db56ca17c0767124883e23d64fe43 2,491 1.00/1.00 vMB 18
623,734 623,734 0000000000000000000765b1ec51012e899650e8085f6a3ebda52c75669706b0 2,043 1.00/1.00 vMB 9
623,733 623,733 0000000000000000000f6e6a31d1c249177be09ea5fb486052c4d006012cbf65 2,414 1.00/1.00 vMB 20
623,732 623,732 0000000000000000000d8aaedcbcf5bdf86a49c729300ea0b1270fe2fc32fede 1,918 1.00/1.00 vMB 13
623,731 623,731 000000000000000000012612b579e38374a7784041da784feaae85d9239d54ea 2,336 1.00/1.00 vMB 51
623,730 623,730 0000000000000000001206caa159af17b22e2d9a30d6de0a406ba8dcf4903328 2,263 1.00/1.00 vMB 26
623,729 623,729 00000000000000000003ac768075f440515b9b50b4974da2dbafe2df270a3845 991 0.40/1.00 vMB 16
623,728 623,728 00000000000000000001c0b2af814c569b574bd28a0ff0f63da268ecc01c7327 2,199 0.91/1.00 vMB 17
623,727 623,727 000000000000000000121490b6c1253f8c174ef8cc0545bd4b406397a5870b09 1,642 0.63/1.00 vMB 17
623,726 623,726 000000000000000000008b148fc3a43f8df1e85c1ae1f06a4bcd4b2688e17f29 1,200 0.39/1.00 vMB 15
623,725 623,725 00000000000000000010b5c49a86d10134bfd545a5cf1a9849c16acffc5e2aa1 2,311 0.88/1.00 vMB 21
623,724 623,724 0000000000000000000b42abe216eb2cbc3167a1b78dad2f0cc7104b91f07a8f 181 0.31/1.00 vMB 2
623,723 623,723 0000000000000000000a7b987b7e6e61f10bd335acf5a5c423ce6c1f518cc275 2,924 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.