Loading Tool

Explorer IconExplorer

Memory Pool

82,851 transactions
31.35 vMB
0.10613234 BTC
Random Selection Loading Transactions
Max Size: 190.64/200 MB

Candidate Block

Mining Attempt d0b5cc2501b0b1e1627d6b5c7588921c1a6863aa90e46cb284fa7682ff6f6dc0
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 341951733ca35e07045732c4b8499bd13b76a4831b409d6457ed01ab1026bca3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,991
Size: 1.00 vMB
Total Fees: 0.02924184 BTC
Feerates: 151.12 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (437,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,350 478,350 0000000000000000012fd55177590f1caee15a5aa9261627310b9edb05ccdc32 1,579 1.00/1.00 vMB 98
478,349 478,349 000000000000000000b110d8bd58f392824c1e06a5bc925a7b0ccac4759d974c 1,927 1.00/1.00 vMB 111
478,348 478,348 0000000000000000006b5a0773aaa3e3555d65f391f494e57810284461fc29b7 1,937 1.00/1.00 vMB 150
478,347 478,347 000000000000000000b9a2a3ed7a63e6c57979409264c9c6e8bc873965248fea 1,538 1.00/1.00 vMB 123
478,346 478,346 000000000000000000aa2b7c6988f0a7d46f93e6b38f4b7cb624a4826f566d11 1,781 1.00/1.00 vMB 157
478,345 478,345 0000000000000000006504e2b8ecd491ef36333134b950e3db7fe519c3af50ff 1,549 0.99/1.00 vMB 135
478,344 478,344 0000000000000000009dce90dd0f2e99b74cc55105a302172a78f8f0b5f4cf8e 2,351 0.99/1.00 vMB 155
478,343 478,343 00000000000000000051b62d4870ae3aadf53d5ad25a9de34cca758805f1261d 1 0.00/1.00 vMB 0
478,342 478,342 000000000000000000e9fbcaf102799d656998ce0c2e5672de38bb1ca9e2e5dc 1,861 1.00/1.00 vMB 226
478,341 478,341 000000000000000000afa6c541502a8dae5ad028908586b87e19e3fab60c9ded 2,108 0.99/1.00 vMB 171
478,340 478,340 00000000000000000011fb83d5bd093559beae3b4d5b2fc19597247c934c487d 2,403 1.00/1.00 vMB 196
478,339 478,339 000000000000000000212a8e4c998fd64468d1dbdac3bba8040e304aa2463931 3,664 0.99/1.00 vMB 201
478,338 478,338 00000000000000000111f810338b2f04408c47e4672285492bc3386983e8f34f 2,074 0.99/1.00 vMB 220
478,337 478,337 00000000000000000005f24526db82772216a5264e3a1f5dfe29b40c74441806 3,353 1.00/1.00 vMB 219
478,336 478,336 000000000000000000a4f2fe99053534193294a8d9979574e9dd4e15426a5f6a 3,774 1.00/1.00 vMB 178
478,335 478,335 000000000000000000047de402de1b626b6d4a424401abf00b9fc1f2d378b043 3,292 1.00/1.00 vMB 171
478,334 478,334 000000000000000000e95e3269433e95d9f6e4c6ebe405dcbbb942eccee6c9a0 2,946 1.00/1.00 vMB 199
478,333 478,333 0000000000000000002ae705d7e5ca9f5cb3cc144438c147929957343870c0f4 1 0.00/1.00 vMB 0
478,332 478,332 0000000000000000012bb8073eae456fdd5b354f1a43052fd95cd83b9a3a5853 3,880 1.00/1.00 vMB 171
478,331 478,331 000000000000000001297a8981bce37a73ee95caa66838ed1eee83c06b81b641 2,157 1.00/1.00 vMB 199
478,330 478,330 0000000000000000000c251bedb28b035e13c98efbe2c21515e9f97b695191a6 2,071 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 783.06 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: 720.67 GB
    • Received: 18.24 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.