Loading Tool

Explorer IconExplorer

Memory Pool

73,735 transactions
28.47 vMB
0.07065415 BTC
Random Selection Loading Transactions
Max Size: 168.74/200 MB

Candidate Block

Mining Attempt 51c60dcb1147e71ce4508cca4a08e5ac20a8f37638f07b40f2dc9415f894d57c
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root fb2b6ffd430cfaafe7dd34ccdbfb8937339bffa052be50394fae24aed76c3bd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,012
Size: 1.00 vMB
Total Fees: 0.01297409 BTC
Feerates: 250.89 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (329,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,505 585,505 0000000000000000001e34fbc2ad4a05c740baeef4514b7a9a2ba2914effcc1c 3,277 1.00/1.00 vMB 74
585,504 585,504 0000000000000000000f952455f8205585d089693e07fcba543b16f4f3f916cd 1,834 0.51/1.00 vMB 36
585,503 585,503 0000000000000000001a3ba28b37b9a100cb67c45985dcb351d8519fd1668af9 2,328 0.89/1.00 vMB 15
585,502 585,502 00000000000000000019097a013bcbe0b48e9a7c3e046025b1295cf444ef16b4 3,097 1.00/1.00 vMB 43
585,501 585,501 00000000000000000000362648b3693bc1fc82e22fb5913f44868fbd2e5cea52 2,606 1.00/1.00 vMB 21
585,500 585,500 0000000000000000000c3740895b089937f34680e5cc04d394a08d9f390dff30 2,578 1.00/1.00 vMB 71
585,499 585,499 00000000000000000001bcf2c0b1eeb0aa808a3c34176e22e70ec4b2b64265aa 2,439 1.00/1.00 vMB 28
585,498 585,498 0000000000000000001dd0a4c36592ca1e42b83a4839fef3eb26074f2c0d4622 2,619 1.00/1.00 vMB 68
585,497 585,497 000000000000000000138b875cdd1ee6f3ab40d7f4d4cab5aceab784d0da643b 1,195 0.37/1.00 vMB 37
585,496 585,496 00000000000000000019872702de00d7f6f9565b4cf259a2856fa461e1cfa425 2,025 0.82/1.00 vMB 12
585,495 585,495 0000000000000000001e09211fb0b00670581a888848e6f847753ebc8d0e87ad 2,542 1.00/1.00 vMB 32
585,494 585,494 0000000000000000001801bdc20381bfc1c1218aba509984c14578a01f8610eb 3,060 1.00/1.00 vMB 72
585,493 585,493 0000000000000000000bfa12f2b1c1a2f4d134395ba713e1bee1186ff9c4f9f2 1,252 1.00/1.00 vMB 16
585,492 585,492 0000000000000000000adcd77050e98940dd1a48aafb258c3fc697e8c7cc95f7 2,827 1.00/1.00 vMB 25
585,491 585,491 0000000000000000000cfec385d4ece4e8a1eb8fa21f870841b83575f012858b 2,752 1.00/1.00 vMB 43
585,490 585,490 00000000000000000018c6bca3c801c248391a34bc26f3c9a6abe7f55e05b3c0 2,229 1.00/1.00 vMB 8
585,489 585,489 0000000000000000001332b0493d29e5a6fd1206442908edc78cd7f11236d824 2,137 1.00/1.00 vMB 20
585,488 585,488 000000000000000000194ff52c055d3221676ceb9dc3defb8c76320dd838b86c 3,056 1.00/1.00 vMB 49
585,487 585,487 0000000000000000000ae0e257afd8b27db8218fe2380186726bc3246ec992e2 2,082 1.00/1.00 vMB 48
585,486 585,486 00000000000000000013d4b4e97b7a9882351adb06f8b78929cfd110be68701f 2,604 1.00/1.00 vMB 62
585,485 585,485 00000000000000000010aaf9c4fd9428af871227684ac6dc37ba3cc1decb9a04 2,462 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.