Loading Tool

Explorer IconExplorer

Memory Pool

50,778 transactions
30.35 vMB
0.09348096 BTC
Random Selection Loading Transactions
Max Size: 162.75/200 MB

Candidate Block

Mining Attempt 920933b29dac489bee2766a34871b8e3ff78c74550b214c3dec35007569c779c
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root b2b451724537031dc66fcad7220a1f38f60ab7e1c6c7c51b8a90893722ef204f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.02309206 BTC
Feerates: 202.16 > 2.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (67,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,212 847,212 00000000000000000002695d9a68664499b8004b2de6f369b33bcab45f4b46fa 5,989 1.00/1.00 vMB 28
847,211 847,211 00000000000000000000a2635215ef77d68b4cf861003b5df247197eedcab2a8 5,202 1.00/1.00 vMB 33
847,210 847,210 00000000000000000001f11d3d28d2eee30eecba5a1278703353e0c72196cfaa 5,878 1.00/1.00 vMB 29
847,209 847,209 00000000000000000000d0b6aa1892e7a4cec9ed8c22d8c4c724abf8863e4475 5,365 1.00/1.00 vMB 42
847,208 847,208 0000000000000000000221125e0642ab87b1ed87c6f8cd19da3b4a5b08b6bb1b 5,967 1.00/1.00 vMB 27
847,207 847,207 00000000000000000002b9eb6ba1fecb583515539209c276fc347316b9da86f6 6,611 1.00/1.00 vMB 28
847,206 847,206 00000000000000000002727468471d871b06702c11c1330cb6bdea6ac21b0fe4 4,446 1.00/1.00 vMB 39
847,205 847,205 00000000000000000002d30a5a8a866734bacfe2b96283bcc8b234bfc4e354ca 4,548 1.00/1.00 vMB 61
847,204 847,204 000000000000000000022531e89d01f0751f7ac2201a98a108ef8d217206a88f 5,091 1.00/1.00 vMB 35
847,203 847,203 0000000000000000000182bd4d6fe36e9a34e80d1ae51bf0f05acf01b164d125 4,708 1.00/1.00 vMB 54
847,202 847,202 000000000000000000034ac72de05234abec5bbe9b23064f1ceecb6b00f6d8b1 5,166 1.00/1.00 vMB 36
847,201 847,201 00000000000000000002e2f277e3d73b071d781644ccfa21b21b7c984ba73379 6,258 1.00/1.00 vMB 28
847,200 847,200 000000000000000000031f8981318b21fcd221d10b93d31945e13e65300bfee7 3,498 1.00/1.00 vMB 64
847,199 847,199 000000000000000000000f355a874f49313715a2451d9ddc120d9972d3c8ba2b 5,161 1.00/1.00 vMB 42
847,198 847,198 0000000000000000000001cd6320871808b4aba28e171a85693daca9da58f228 6,482 1.00/1.00 vMB 39
847,197 847,197 000000000000000000008bdfedf10b6c30ce3f8021aac4d5a1d136e022303de8 6,237 1.00/1.00 vMB 35
847,196 847,196 0000000000000000000139be8556c8d1bb9607bb8037f652d050e8724739d444 5,736 1.00/1.00 vMB 35
847,195 847,195 000000000000000000019f9e653404bfc8c175ae81c94a4c534d53592b7f48d9 4,165 1.00/1.00 vMB 66
847,194 847,194 0000000000000000000293cd2ee680cc5be38cc9e76ff5daf54acc52648e5e37 4,431 1.00/1.00 vMB 40
847,193 847,193 000000000000000000031c3e39dfb5c446b10adc528c59f80ac3b3fa2a52d473 3,466 1.00/1.00 vMB 56
847,192 847,192 000000000000000000030af500df55e724beaad9a24c99479f9befe14c22c6cc 4,200 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.