Loading Tool

Explorer IconExplorer

Memory Pool

41,229 transactions
31.74 vMB
0.11915996 BTC
Random Selection Loading Transactions
Max Size: 158.51/200 MB

Candidate Block

Mining Attempt f9d881c022a4fc50739b4d134e12a57e1da70e083ae8da1c9c7b96656c09cb8f
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root 0c5c252a1d2f549f016400d00348334ae352259b06c3c9ee12ac9314de7a4a3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,833
Size: 1.00 vMB
Total Fees: 0.05358602 BTC
Feerates: 116.76 > 5.37 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,226 914,226 00000000000000000001db1c04099e946cd93b2d5bc81dec4b1fec6dcd2b6882 5,596 1.00/1.00 vMB 0
914,225 914,225 0000000000000000000164b0b3c21a537608595133eca946cae4cae441c5c06f 5,672 1.00/1.00 vMB 1
914,224 914,224 00000000000000000000af4d5eacfdfafd5c1418776b12945eec6ff60f3755b4 5,710 1.00/1.00 vMB 0
914,223 914,223 00000000000000000002006e218a5ef6b9e4e08886c3495dc26ad2328a2ae7ec 4,831 1.00/1.00 vMB 2
914,222 914,222 000000000000000000004afdca0b87ead39a7976cb0ac4061a2b3c22fb4ed6ca 4,457 1.00/1.00 vMB 2
914,221 914,221 000000000000000000009bccc0ad0d274d77561aa86f75844353a302f9f35411 3,991 1.00/1.00 vMB 6
914,220 914,220 00000000000000000000dcb070bc6266a4054f0a2d2c2205b52bba93e66b77a9 3,794 1.00/1.00 vMB 8
914,219 914,219 0000000000000000000114b741a7ea5e22a3b1644a12fa289ff8ee974cfb5855 5,975 1.00/1.00 vMB 0
914,218 914,218 0000000000000000000061dfbd1222fead5b9724294b238db448b11801a19965 4,242 1.00/1.00 vMB 2
914,217 914,217 00000000000000000001963cae10514ad88ab29020d9e94f2f72f6717038ead9 3,815 0.98/1.00 vMB 2
914,216 914,216 0000000000000000000032d6c7398d2fce1a9f0ca4874c78c38f1b7f20754298 1,447 1.00/1.00 vMB 5
914,215 914,215 00000000000000000000f9cc9430b1c75cb23484af9e7ec66b0ac92105aa7fbf 3,512 1.00/1.00 vMB 3
914,214 914,214 00000000000000000000ba672725fc943dfda3e1cdead8a888b3218041ce0745 3,502 1.00/1.00 vMB 6
914,213 914,213 000000000000000000004b2f08280fa3b2e9a35c182e23d920b50047c343d50b 2,578 0.52/1.00 vMB 3
914,212 914,212 0000000000000000000068a19e2c8603f600f8e1009067a4b544ffa99ecd4b07 2,248 1.00/1.00 vMB 1
914,211 914,211 000000000000000000014bdf9a1d02556ec1ff5e8400450ce3ac011b13d1f5b9 4,086 1.00/1.00 vMB 3
914,210 914,210 000000000000000000019295710f8a15d7ccdc5181b926c5589975b7b7550f48 4,242 1.00/1.00 vMB 5
914,209 914,209 00000000000000000001722f1792b25382798042f3258e47694b9704d856e804 3,379 1.00/1.00 vMB 3
914,208 914,208 00000000000000000000642395af6c167a3a00b6dac8fbc226ea1889e0a9bf07 5,914 1.00/1.00 vMB 1
914,207 914,207 00000000000000000001c3ace938cd41aae3d8100cda8d20ee51181c873ae543 871 0.22/1.00 vMB 3
914,206 914,206 00000000000000000001d1d5ceb3b7a7302454e0e7fa4107866912023b1317f5 5,634 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 590.65 GB
    • Received: 9.59 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.