Loading Tool

Explorer IconExplorer

Memory Pool

41,115 transactions
27.38 vMB
0.06581488 BTC
Random Selection Loading Transactions
Max Size: 141.53/200 MB

Candidate Block

Mining Attempt 8e5a8db27b667fdd4f64214998cd1f3b3c4f6d980e95d92019210a5404476fce
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root d86748f25a5134ad66f7bbdfe5d4d69542f3aab608dcd1a6d217663d676692f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,721
Size: 1.00 vMB
Total Fees: 0.01334638 BTC
Feerates: 100.53 > 1.34 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (340,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,519 574,519 00000000000000000017a39b7a80eae2e93a4e1d3b93178d360991dabc2c4add 2,980 1.00/1.00 vMB 74
574,518 574,518 0000000000000000000a9026e196559d5c8283c88f12b7e0a1d3af9ee16f1e8c 2,524 1.00/1.00 vMB 73
574,517 574,517 00000000000000000003a6f8f6293b1e781e3cb00656528ee9b079a722212f0f 2,767 1.00/1.00 vMB 34
574,516 574,516 0000000000000000000b74d405ae10d465376f6880e50e7059eff4e507f6d51f 2,386 1.00/1.00 vMB 85
574,515 574,515 0000000000000000000ba43e487f6057930a1fe8b24938bd0cc9e72c14f61cf7 3,242 1.00/1.00 vMB 73
574,514 574,514 000000000000000000185acf9b8be25763cd7805e09bc81636da74315bacfba5 2,622 1.00/1.00 vMB 54
574,513 574,513 0000000000000000002882615fcd0ff0d4175e5c74b8e4a02e7d09901bf27795 3,269 1.00/1.00 vMB 29
574,512 574,512 00000000000000000017adfae95e99d3862b849114f3ed909e6b1ed2c0839715 2,779 1.00/1.00 vMB 73
574,511 574,511 0000000000000000002719f4832121f8a69f003ac8d0171b2b29637d56de0ffa 3,001 1.00/1.00 vMB 34
574,510 574,510 000000000000000000044a6614ff73c5648e4a9d5fec708ff9b8eef45a79cfad 2,509 1.00/1.00 vMB 16
574,509 574,509 0000000000000000001b32e16a97c9e599cc825a24e606009679891326b40240 3,024 1.00/1.00 vMB 33
574,508 574,508 0000000000000000002018ac95f719881eb06dd1add734b723f323f5441fc9ee 3,192 1.00/1.00 vMB 9
574,507 574,507 000000000000000000213acdd8a143f499e134fd2afbba8841546e02e0867352 3,286 1.00/1.00 vMB 58
574,506 574,506 00000000000000000001a941246e60415bb9ba763ac78e2e454d0af723bf2bab 1,969 1.00/1.00 vMB 73
574,505 574,505 0000000000000000002ae1a89bceb5abf31ddb1610fbe42184dfa91607241b23 2,400 1.00/1.00 vMB 14
574,504 574,504 000000000000000000094f807472b57fccf36f5c519ee3bb13787965b7b6741a 1,490 1.00/1.00 vMB 49
574,503 574,503 00000000000000000011f833e6b2bfa8aaaf1d33c81a26447cc16746bb933662 2,344 1.00/1.00 vMB 10
574,502 574,502 0000000000000000001e386f5009212abdeb18a330085a2fa23be9fe1a1e85b1 2,110 1.00/1.00 vMB 21
574,501 574,501 00000000000000000020c981acc7b2f534e7bfa9fed19d41555a371a6d7c0a3d 1,643 1.00/1.00 vMB 38
574,500 574,500 0000000000000000001a0a1882ab33dfd99c19945949abd93dd27228cb40c086 1,824 1.00/1.00 vMB 42
574,499 574,499 0000000000000000002177745ad6fc1a823e5df743ff03173b85ce0da4c2c3cd 2,126 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.22 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.