Loading Tool

Explorer IconExplorer

Memory Pool

4,237 transactions
2.63 vMB
0.00590849 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 13.73/200 MB

Candidate Block

Mining Attempt 12ee6149d4a7bd6ccbc2efaf37462b248832e46abc251f6383ec8eab9a022e65
Version 20000000
Previous Block 00000000000000000001b909e86339908e0ab363998559f237af05acef681dbe
Merkle Root 9703deaac06de33caad26d1d47f820780ee12d3a0b7b12bf94a1cd6c31660a54
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.00421200 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,494 (713,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,715 199,715 00000000000000de9953e482942ca2ed3c148c2190d397623edc355c9aedee9a 24 0.01 vMB 59
199,714 199,714 00000000000001bc23f19330e86cc9098c2ffe58031f308772ceefc65bf581aa 65 0.04 vMB 87
199,713 199,713 00000000000004f99757934cde9e3f02ceb95f3e19f1ec830300cefd51384fe4 332 0.15 vMB 131
199,712 199,712 00000000000004606fc1accdddb9bd3a6b5d4ad5b2629e82604315f031569e40 212 0.06 vMB 108
199,711 199,711 00000000000001cf3c2312e6abfdd51c3566b9c4eedcad277294580c7f817853 27 0.01 vMB 121
199,710 199,710 000000000000049092f039c151640c531b2b7034a7d7866f60376d9990c248f6 246 0.11 vMB 118
199,709 199,709 00000000000002a78df1d111b41a7e955e4335181711274f4dfe8c34cc4961d9 230 0.11 vMB 130
199,708 199,708 000000000000049c0c05d540aa367ccfdbe4b51eabb599dae1adcced1cf4767b 127 0.05 vMB 197
199,707 199,707 00000000000001d4a80bd31e06a7a19b17554cbc123ced4c5516b16ee89dea48 339 0.18 vMB 128
199,706 199,706 0000000000000244f7802098c1c8757d143cca81f7572b982811a0c1d85806ae 119 0.05 vMB 126
199,705 199,705 000000000000059067524de7b19f1c92e6012f44b3dc2e456ecd1a20dbf80363 281 0.08 vMB 101
199,704 199,704 00000000000001eb85901221c418bd718fac68c70460b5c550cad1d48715a5d1 14 0.00 vMB 153
199,703 199,703 0000000000000194dbf6e6dec5e7a5788c9de0631393c6ecf67e861dbb96595b 90 0.06 vMB 95
199,702 199,702 0000000000000048aeec9fbe09d5afc9e5e1d713b12019da1616044efa50a79b 154 0.06 vMB 127
199,701 199,701 0000000000000553795edcbb8989856e02e1eee90ac9063d39c6777ee46cb853 299 0.13 vMB 167
199,700 199,700 00000000000001fb7e83dfd3408839ff84027488d0f821157e6221faf4b91fec 132 0.05 vMB 103
199,699 199,699 000000000000012cc20d7f41fae6f224594f6cca094485c23ccf13be83a4ea70 106 0.05 vMB 379
199,698 199,698 000000000000013fc9bc44d3648eb7d84ef423042228527f5b728989a36bf892 110 0.05 vMB 194
199,697 199,697 00000000000001ba9fd2965009420be60e58e156d97a411379c5e91677621c58 19 0.01 vMB 188
199,696 199,696 0000000000000480f64fee36eca3aa74377585b4f773072891a30b15f15960db 118 0.05 vMB 125
199,695 199,695 0000000000000039b8832a46c953b006f61cccb253d54acf8608bb9cff1f2916 41 0.02 vMB 216
Previous 10 blocks ↓
Total Size: 779.72 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: 364.53 GB
    • Received: 1.75 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.