Loading Tool

Explorer IconExplorer

Memory Pool

37,873 transactions
26.78 vMB
0.05309229 BTC
Random Selection Loading Transactions
Max Size: 139.15/200 MB

Candidate Block

Mining Attempt c7fd167b29dce773f53d8926074273e8e3e9e8c4cc0cb412bf2c560da538004d
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root f7436b5aa0f07eb87591175eeb5697d06888cfe7a121eaa210343bf919e87320
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 345
Size: 1.00 vMB
Total Fees: 0.00350316 BTC
Feerates: 40.21 > 0.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (249,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,351 665,351 00000000000000000000187015798f996931deb860cbb1c6c685eaa877eb9101 1,807 1.00/1.00 vMB 34
665,350 665,350 00000000000000000000c65854e22f72448001e42410d7c3efd11c98f6c3d667 2,524 1.00/1.00 vMB 82
665,349 665,349 0000000000000000000b353f8218e01bb241fac0cdd161d26ca3874403bbf39c 2,199 1.00/1.00 vMB 96
665,348 665,348 00000000000000000008bc4f146d04e8109381e62e82cf1ae1c2637ddf0b897f 2,974 1.00/1.00 vMB 116
665,347 665,347 000000000000000000046abc7e5abe57f5e7ae3af246bf4443d2c8b423b479c5 917 1.00/1.00 vMB 96
665,346 665,346 00000000000000000005d44140fae05f0ede3f9e120896379bbe59e93eb0d0b2 1,028 1.00/1.00 vMB 24
665,345 665,345 00000000000000000006eafc816ebd106db34b2a06818caa5af5c1814c10df4f 1,068 1.00/1.00 vMB 25
665,344 665,344 0000000000000000000a94ce6f96f4949f777cfd6f2dcc7e3ffc8f1734e49337 2,989 1.00/1.00 vMB 32
665,343 665,343 0000000000000000000b6fe4b5b3eae044a9dba9e6004a0f9a67b9de82d069a8 2,546 1.00/1.00 vMB 75
665,342 665,342 00000000000000000006d0758fb720f5b51e4a371baaa3ff6bf3b76b954b7b43 3,223 1.00/1.00 vMB 122
665,341 665,341 00000000000000000001d10cb8edeed36baa9fc4378db1963b8d74bc5cb111bc 2,572 1.00/1.00 vMB 81
665,340 665,340 00000000000000000009570ed0935d992b9b7bb6eb3cf101aa5e0377ee2aef77 2,139 1.00/1.00 vMB 48
665,339 665,339 0000000000000000000320a02f11ec2d73efe1573668841528c36b0bb435f3ad 2,394 1.00/1.00 vMB 72
665,338 665,338 00000000000000000008b33d07fc50eda338425126f04123c7f69431956bfa86 2,086 1.00/1.00 vMB 29
665,337 665,337 000000000000000000012a969245697eceb07be3d3acde233fa73271d6f5beca 893 1.00/1.00 vMB 23
665,336 665,336 00000000000000000005e540a870558b5c9f35e387623c121a5cb8313f18136b 2,337 1.00/1.00 vMB 86
665,335 665,335 0000000000000000000363078973ec40f7b487b47d11009daac1ab9d7be84e81 1,779 1.00/1.00 vMB 23
665,334 665,334 00000000000000000005c205d5e55ce8ed68299f99d4a9ddb77d980f2b7a7702 2,449 1.00/1.00 vMB 55
665,333 665,333 00000000000000000006bc39afaf382ca492d2026dd067fde4e52bcdbe8ead07 2,320 1.00/1.00 vMB 95
665,332 665,332 00000000000000000006b229de520567fa6484555de3856fcd118e18e4dc8be3 2,971 1.00/1.00 vMB 111
665,331 665,331 00000000000000000008aa5d1d8c3f5153a22924ece549223bcf1b2afb957439 2,725 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.