Loading Tool

Explorer IconExplorer

Memory Pool

78,979 transactions
29.62 vMB
0.07168647 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 3decb901a60a30b30f658e93ac4a378cc5a0a1f2a3f3b19acc9282eb3687e141
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4133e57813ef52365359b6f46cd414d206b7cf40267f7e4d251157c40d0e5efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.01148717 BTC
Feerates: 180.34 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (377,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,797 537,797 00000000000000000012d790a21576e000aa15b1b8aa7ea80c149294f5500978 2,609 1.00/1.00 vMB 28
537,796 537,796 0000000000000000002855317fa9bab890b7975f586fce9155918039c6ed1d51 1,747 1.00/1.00 vMB 16
537,795 537,795 000000000000000000049b6b8adb75241933a7c7a1655679036bf888c52d4c36 2,204 1.00/1.00 vMB 3
537,794 537,794 000000000000000000286ac52e7a04c8975a2ad41794267673fa5c6522680236 2,209 1.00/1.00 vMB 22
537,793 537,793 0000000000000000002b7d5987772548b93f89d9bdbe5402e609450f98d067cf 1,959 1.00/1.00 vMB 30
537,792 537,792 0000000000000000001c5ecc30211e8e45ff8c92aa9fdc6a0249aae86150ad34 2,845 1.00/1.00 vMB 6
537,791 537,791 0000000000000000001b34e0c6b163a62779b607ef36a77e868fd7e2f964d56b 1,136 0.45/1.00 vMB 34
537,790 537,790 00000000000000000011ce38426a88fccdae1ccf9ced7f5182d98fd3aae4d52e 2,535 1.00/1.00 vMB 36
537,789 537,789 0000000000000000002426bd51106a73867b726d0e86bbe7081d933c0cd8696b 1,409 0.65/1.00 vMB 20
537,788 537,788 0000000000000000002c04f2660bc61cdec13cce48409a6276f3f9d4c956589f 51 0.01/1.00 vMB 20
537,787 537,787 0000000000000000002662f1c485796dfd585c63daf606231e548a78c78dcaab 1,371 0.68/1.00 vMB 22
537,786 537,786 00000000000000000025dd1f000e816c0947d056beb498ee308057b33f98057c 249 0.26/1.00 vMB 43
537,785 537,785 00000000000000000010a0d728c4d22ee8c30ae111df91b915af75c7a0c90889 758 0.40/1.00 vMB 17
537,784 537,784 0000000000000000000814bd7a68d011b5e10205d8f14e687e24eaebe85a8908 1,048 0.48/1.00 vMB 18
537,783 537,783 000000000000000000059d656eda0bf4f640e59b1f32e8c9ef0cf9cc47834a1e 1,083 0.53/1.00 vMB 18
537,782 537,782 000000000000000000023810a835b5c3178e7334f9eff8898cded8173c63b850 1,548 1.00/1.00 vMB 14
537,781 537,781 00000000000000000013b06ae91c1ed5e45f3f08e62ae2a54d0f76c4984f8ad4 393 0.20/1.00 vMB 34
537,780 537,780 0000000000000000000b851d5f0c3520744d453c053696738c40cbcb876ad4a9 679 0.33/1.00 vMB 14
537,779 537,779 0000000000000000001af2256c694aa59073e86dffa252f1f8c8a4e331a5cd82 1,250 0.66/1.00 vMB 1
537,778 537,778 0000000000000000000c996f83278e09d77877b62255962d825a83e0e7ad671c 1,463 1.00/1.00 vMB 16
537,777 537,777 000000000000000000298544f8f0723172ef16043e4b79af5bed5409c5aa5e96 1,445 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.43 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.48 GB
    • Received: 15.15 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.