Loading Tool

Explorer IconExplorer

Memory Pool

76,764 transactions
28.60 vMB
0.07091086 BTC
Random Selection Loading Transactions
Max Size: 173.30/200 MB

Candidate Block

Mining Attempt d0724e4a9a311f93a59dc580e480a8d2083948cafb7fdf458a4d66381b032eea
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 06848f6c8e4b6e3749b40e1d5df9cae08b749e4e6b42927113894553e8aae2ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,437
Size: 1.00 vMB
Total Fees: 0.01157655 BTC
Feerates: 71.79 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (540,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,013 375,013 000000000000000008235817e0cb75383319713ebdd22622eff09fca1084d714 88 0.04/1.00 vMB 26
375,012 375,012 000000000000000010fbff66c3770e4456c8a1b0a1fad23054c6aa1154c951bf 1,416 0.93/1.00 vMB 29
375,011 375,011 00000000000000000857a78d9ba77dc14aa288af40dfd25a5ce9680ea8b9c45f 2,668 0.88/1.00 vMB 7
375,010 375,010 00000000000000000fe678dfbdbb1be5b0e6503112ccb6fbb9173dd8eff0ead1 2,603 0.75/1.00 vMB 18
375,009 375,009 000000000000000006427e7d92300d6f415319695b340aeb5ebfdfcf865b7a83 2,871 0.95/1.00 vMB 13
375,008 375,008 00000000000000000bbbd734281e42a47fefe233ea0ac8ae2205f99b142249ff 2,524 0.93/1.00 vMB 34
375,007 375,007 000000000000000001e7dd498c3c3ef3c6f61f32588cb7170d54a94e04bd196d 935 0.41/1.00 vMB 48
375,006 375,006 0000000000000000051dd84a95c22398dc9bcf01665cd76dd4891d0bf171634e 298 0.25/1.00 vMB 21
375,005 375,005 00000000000000001191b655804b660b99ad2cfd9d461032d14d1cc9da7db4da 3,046 0.93/1.00 vMB 28
375,004 375,004 00000000000000000bd17ec3665cc3a1f62a2cebd277b9d76b1a3350cc4c1c78 1,393 0.75/1.00 vMB 10
375,003 375,003 000000000000000005938e26d2f6434d76791d231d7664ae94cace0ff82ddeb5 1,275 0.75/1.00 vMB 31
375,002 375,002 00000000000000000fa277bf59391fde0e5b5cbbc06ee5749c92dbb457da5b44 1,168 0.93/1.00 vMB 18
375,001 375,001 0000000000000000087ce3ed05c7700d783d33860560d828c0bd337c1ff50b33 1 0.00/1.00 vMB 0
375,000 375,000 000000000000000009733ff8f11fbb9575af7412df3fae97f382376709c965dc 294 0.20/1.00 vMB 33
374,999 374,999 00000000000000000997e799764ad52f86db58fb8867034ab3b2a76a882c94a9 830 0.56/1.00 vMB 38
374,998 374,998 00000000000000000224178751a1c39bf6bb4577f7d6308e274ee6b8af31fff5 1,666 0.93/1.00 vMB 25
374,997 374,997 0000000000000000045c65f502d43115a2da16f55ce7b13ad04d161a13ac0340 1,906 0.95/1.00 vMB 50
374,996 374,996 00000000000000000fcf3c1c47c30ae924c1d4c6ffdddc5ea60d2e28845768ce 1,539 0.93/1.00 vMB 37
374,995 374,995 0000000000000000058d6eab97e13d84151c63b1ee4547885d708e60e1c4d80e 1,462 0.99/1.00 vMB 10
374,994 374,994 0000000000000000006e9c40ab9100077760ab4231cb3aaae7566ffd8cdbd190 2,163 0.95/1.00 vMB 47
374,993 374,993 00000000000000000d1a5344f7aba6eb23f2e846ce33b4bd810007211a3a3002 1,234 0.75/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.