Loading Tool

Explorer IconExplorer

Memory Pool

44,443 transactions
27.28 vMB
0.06421289 BTC
Random Selection Loading Transactions
Max Size: 144.02/200 MB

Candidate Block

Mining Attempt 2e40f99c71feff6cff0237b33dcb10a8b8d61684a7e9f4d9f858a34792624f96
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root f80bc453591607258abc0e50598594c615b2499f45ab543d70786ecf5fed1033
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,135
Size: 1.00 vMB
Total Fees: 0.01324711 BTC
Feerates: 349.04 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (795,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,788 119,788 0000000000003a1cab3990e9af9c0d399c434b009dfa2d8f6621ac15689ed4f7 9 0.01/1.00 vMB 237
119,787 119,787 00000000000073f18305633e9522e3f745426a773e01ad861ee51f68ce8e9fa2 10 0.00/1.00 vMB 0
119,786 119,786 0000000000008faa4ded6f84203ad9c2b60ad4758bcfd1081ede64762d75ebb6 10 0.00/1.00 vMB 618
119,785 119,785 0000000000001810879d4188c7395bcd0461c2a035fd8b3c0d51d42ff3a5938b 14 0.00/1.00 vMB 0
119,784 119,784 0000000000004619db6fb0e76ad045a6780a2449d8827b21608c07d1eb5b6d73 11 0.01/1.00 vMB 351
119,783 119,783 00000000000031e1c06d851f2954a53bfb85540ccc63961a25ca7b167649b85d 8 0.00/1.00 vMB 0
119,782 119,782 0000000000002d0f446326df5103206682db688801939792f8c26558085466c9 13 0.00/1.00 vMB 629
119,781 119,781 0000000000004addb644e9112751c0e9fa4eeb9cca4673725a7ad5ead70f63cb 7 0.00/1.00 vMB 0
119,780 119,780 0000000000008e691c0ce6f525a0282bc2f7bec22efbca7512fe0674b71bfce0 39 0.02/1.00 vMB 639
119,779 119,779 0000000000000689f2bcd9a5e75660748005cea76ea73380ceb19a08f835bb68 1 0.00/1.00 vMB 0
119,778 119,778 000000000000a685f39e902ad168f7586721e2f6028a414236393e23b90a4724 9 0.00/1.00 vMB 314
119,777 119,777 00000000000048b250c7566daa6edfa150d5121d011274b32de3e8f22059efc6 12 0.00/1.00 vMB 289
119,776 119,776 000000000000017e1acaaa257d81cf982379bbc9e36615d0415c6f304dcfffaa 4 0.00/1.00 vMB 2,405
119,775 119,775 000000000000746b3a5a0e1ca8c427bf2446624afa36709390d10b65b13ed88d 15 0.01/1.00 vMB 1,189
119,774 119,774 00000000000091e06da2560d2f924a75c9f317c5ee532c39c9e34720821eb613 7 0.00/1.00 vMB 956
119,773 119,773 000000000000486215a5b7e22935cb03e9925c9f9b78fa5961251635f9146a25 10 0.00/1.00 vMB 698
119,772 119,772 0000000000008a1eb324af1697679e0e7e04a09dbb816bcb986f512d0807b02b 43 0.02/1.00 vMB 1,636
119,771 119,771 000000000000345a90a774fa3fa5436d3c7163ca8ced3c4a46e1f20fe338f6ad 11 0.00/1.00 vMB 606
119,770 119,770 0000000000007e7b63987a0d969be4a405b1a8d1a3fb0d4d9faa0ef09c36f8d5 8 0.00/1.00 vMB 1,588
119,769 119,769 00000000000014b74a0f9b8f8bd106d5ceb40fe1bce2519994d5bb104f0ca642 12 0.00/1.00 vMB 0
119,768 119,768 00000000000078a45dd85369935afe3669987112bc1caf6d150e51eb5d7c7c1d 16 0.01/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.