Loading Tool

Explorer IconExplorer

Memory Pool

40,216 transactions
20.52 vMB
0.10823815 BTC
Random Selection Loading Transactions
Max Size: 112.67/200 MB

Candidate Block

Mining Attempt a501cc169dc9f755841fa44b5e8e1566722db03a803d3f5959a316b704910195
Version 20000000
Previous Block 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c
Merkle Root fec87f2aac76f85de3f5c69ecb3394c1a937f7328957b1edd984566b42a89eaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.06319264 BTC
Feerates: 477.45 > 6.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,920 (786,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,397 127,397 0000000000000fb6ff01f7f8f0e8709b2d807862ffe44a3b43e2131dfb779405 16 0.01/1.00 vMB 1,236
127,396 127,396 0000000000001060645f13acb6601106acf537a20c561876405fa7c15a85e7ad 9 0.00/1.00 vMB 931
127,395 127,395 000000000000005835354ae6942d57d5da6d39bf4a2406a10e976d237b438adf 21 0.01/1.00 vMB 0
127,394 127,394 0000000000002077c5934d23678627e14fc0ad9441f61ad3d69d5296d4c7fbe5 3 0.00/1.00 vMB 0
127,393 127,393 0000000000002674ca6fd5759523c23e4a2d74d965ab15decf1e9bf72cf8d47f 3 0.00/1.00 vMB 0
127,392 127,392 0000000000001655ef4336cb08dc0a86b63d1e680ce162e7fb67d91e55d5f3c4 7 0.00/1.00 vMB 571
127,391 127,391 0000000000000e445a5c2fe1eb67545c2b02dac6b38ca34b4e89b23c281e1d3b 6 0.00/1.00 vMB 159
127,390 127,390 0000000000001e1c163cc116b8d48b710f7be3b958cbe53778784195a358c38b 7 0.00/1.00 vMB 0
127,389 127,389 0000000000000c43e03928c2f137192d6cc9fdb9237b388392880eb1e123470e 15 0.01/1.00 vMB 157
127,388 127,388 00000000000011f01256bc5677b5efeb9a79d0851b24f0f94d3eaf8d1b02f032 66 0.03/1.00 vMB 1,298
127,387 127,387 000000000000214c7a0842af037838876076a27604b89d88bb37838a83ef3e41 9 0.00/1.00 vMB 1,238
127,386 127,386 0000000000000a9ec4599658864c0b91d2b8ee9cf3cd6457207f89f2e332ef7a 6 0.00/1.00 vMB 924
127,385 127,385 0000000000001a9ffc28c6642c28e0655d07c314d13d2f98508659fb105d818e 1 0.00/1.00 vMB 0
127,384 127,384 00000000000017ba96c15ced357c19d5578487676288820513b4b7797d68c9e5 52 0.02/1.00 vMB 228
127,383 127,383 000000000000096f0879855e8f7c59ff3544dedbe8201c0cdeac320218489258 11 0.00/1.00 vMB 1,341
127,382 127,382 0000000000001bfda0e110e70ce13173c1c464821078268bf736104fd9bab4af 22 0.01/1.00 vMB 633
127,381 127,381 00000000000003eed53b63ea412c449c744af1b55ef69cf50dbe7d21429b0cd3 9 0.00/1.00 vMB 898
127,380 127,380 0000000000000ae68ecf9fad1786fcb3fe384a8dbc8c4e389ad64a016d88e644 1 0.00/1.00 vMB 0
127,379 127,379 0000000000001ce01a19077205fa01c7c9011ac3db452d44d81965639e2d5046 6 0.00/1.00 vMB 33
127,378 127,378 000000000000099e63cd2185d6f5991b246c99905fc09c986bd4799034763896 7 0.00/1.00 vMB 0
127,377 127,377 00000000000019231cf7996f8c88c3c2fa37d60dee55ad5684eb8fb907886e15 19 0.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 780.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 528.39 GB
    • Received: 5.60 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.