Loading Tool

Explorer IconExplorer

Memory Pool

44,569 transactions
27.38 vMB
0.07307087 BTC
Random Selection Loading Transactions
Max Size: 144.34/200 MB

Candidate Block

Mining Attempt fb23d35af88a59172a89d0218319d279b2e00d2e24281f4ed6287020bf46cd35
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 92fbffae5b38a98f6a614e6748cc46ba0e9f6cd501828f8c0e82ba7522ff4729
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.02183350 BTC
Feerates: 150.77 > 2.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (334,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,449 580,449 0000000000000000000be4e9525d8bfc8544226aecc43ebf9e4c280b3ab71e16 3,715 1.00/1.00 vMB 96
580,448 580,448 000000000000000000241e8309e4cec06f1b555f5b8fbbef19a78f5d805b634e 2,882 1.00/1.00 vMB 34
580,447 580,447 000000000000000000231e434ce8d7d51e1b7470afee36be47214c605be3cfec 2,746 1.00/1.00 vMB 9
580,446 580,446 00000000000000000011879a4d1749f030e554d2483bd767a51762b379ee662d 3,057 1.00/1.00 vMB 37
580,445 580,445 0000000000000000001beae6d9089ca6f477ac7dcc7fd69c83dfc9b8bf27ba92 2,710 1.00/1.00 vMB 58
580,444 580,444 000000000000000000012c894365a777fb9d2a2d18269ee8d0f872ba72a95a59 2,651 1.00/1.00 vMB 32
580,443 580,443 00000000000000000001e03076bb1444058f13a11b5bf0da8ae43e0294975b31 3,072 1.00/1.00 vMB 71
580,442 580,442 00000000000000000012def457e10b4d466020239a6ccfd49c53a6d3681bad3c 2,789 1.00/1.00 vMB 95
580,441 580,441 0000000000000000001d92a91292bf40ca0939c0368e8418aaeabb8bc7cdae6e 3,169 1.00/1.00 vMB 80
580,440 580,440 0000000000000000000bfc5c8ecfda567e0e30baa84ac614404f447e9efd50c5 2,237 1.00/1.00 vMB 97
580,439 580,439 0000000000000000000104e5800f4ea259c5ab92a18e15320d8879d6c9e09e5b 2,380 1.00/1.00 vMB 111
580,438 580,438 0000000000000000000d6c192364455df454b28b961d7cb877754e793cef185a 2,775 1.00/1.00 vMB 126
580,437 580,437 0000000000000000000bd68725f1ec180cc40f6ab3292ae468af6fb0c02f5de4 2,487 1.00/1.00 vMB 9
580,436 580,436 000000000000000000133b7dda4acd048b9f1cec6c0cf7ead6b5040768d8418a 2,980 1.00/1.00 vMB 20
580,435 580,435 0000000000000000001278a08dee8516ed469c690125e388332c9aaf36cc5550 2,586 1.00/1.00 vMB 79
580,434 580,434 000000000000000000139aa975c321a55e01fed89d3ef1e8e0bedfc8cc74d143 2,576 1.00/1.00 vMB 49
580,433 580,433 00000000000000000020f3db7da8b3932f3e1e6f2950ad575e14a269aa1eb8f4 2,069 1.00/1.00 vMB 87
580,432 580,432 000000000000000000216baa4858bf582eb12747d6e7e9d7b5539b83652df03f 2,890 1.00/1.00 vMB 109
580,431 580,431 000000000000000000013484339b8ae1933e3670b2a1d2fcd41a2fd29fef0950 3,048 1.00/1.00 vMB 81
580,430 580,430 000000000000000000019fd9caebad1585d3d9b56df2cb0ab3f861f2f74f4a3d 2,846 1.00/1.00 vMB 25
580,429 580,429 0000000000000000000c779dd9e534261f350abb1814b8b7df7f7cab37bb0cbb 3,036 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.21 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: 654.29 GB
    • Received: 14.12 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.