Loading Tool

Explorer IconExplorer

Memory Pool

87,115 transactions
32.59 vMB
0.15116017 BTC
Random Selection Loading Transactions
Max Size: 199.00/200 MB

Candidate Block

Mining Attempt c62c1e824b6824b4980a3781dab54991e0a1061e95269280c6e71e941eaeb242
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 2bcdcb2da7f61ae66f810dba58c71234587441a98afb6940a5da4b057ae794f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,213
Size: 1.00 vMB
Total Fees: 0.05824868 BTC
Feerates: 400.00 > 5.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (801,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,017 114,017 000000000000223b2029ba5fe5cd8b40d0b97f005e96315928afb7b3dc62fa8f 12 0.00/1.00 vMB 0
114,016 114,016 00000000000020c8513b2ab8567134d471d2316953a8ed4439b88d7136b8ec0f 13 0.00/1.00 vMB 0
114,015 114,015 0000000000000514ba3a3eecb78416618a6f26c85d2104f8be9d493d44b6ba92 40 0.01/1.00 vMB 225
114,014 114,014 0000000000003ffeefe023469e1ed6c7f335a4a06b77ffc30443030b9ce0b49a 13 0.00/1.00 vMB 0
114,013 114,013 00000000000084e14736662ad42d30d4bc842b58e30d257a8e01e2df979a4ce1 12 0.00/1.00 vMB 0
114,012 114,012 00000000000024e3a4d298382cc76e8bd2abe353e632aa90376fbc0a267948dd 9 0.00/1.00 vMB 0
114,011 114,011 00000000000039209999c125aa2913dd63cebfba275179a95f29fa67403f55cc 38 0.02/1.00 vMB 374
114,010 114,010 0000000000000d9cacae00cee1c6e77fe2327a9a85c085d70aabf45135c136c1 181 0.05/1.00 vMB 61
114,009 114,009 00000000000035d219acabf46a2b480ca7cc8d38c58511e46e07370c1ed5fa3c 10 0.00/1.00 vMB 0
114,008 114,008 0000000000009291a422afeabb039edaf12191c7a20e4f8355d9d6f82bc19b56 8 0.00/1.00 vMB 0
114,007 114,007 000000000000597b1c20abf6452302b91b4a07c03f708de8eeecea8a6a1f3809 9 0.00/1.00 vMB 0
114,006 114,006 0000000000003cf6e653fa6bb82fc25895355655f66edc9fe514943cae269b3e 15 0.00/1.00 vMB 277
114,005 114,005 00000000000031f6318f39b61d379bf37f73e390f6238985ba9bc5917654511f 12 0.00/1.00 vMB 322
114,004 114,004 000000000000464765245b719e9fe79467e558548b7f24b67731f531493ac4d7 9 0.00/1.00 vMB 307
114,003 114,003 000000000000635be3ead6d476143e376c616e110d384d3b08722c6a47508f49 9 0.00/1.00 vMB 0
114,002 114,002 00000000000057a51891efb7d23077049bcdf7acc9a7793d41decc9752305b33 11 0.00/1.00 vMB 585
114,001 114,001 00000000000086f38ecc2a8f8dff3bb9e1a2a642e965d4ad84e5c00e8cb7847c 31 0.01/1.00 vMB 453
114,000 114,000 0000000000003195a1e6dc48a540264d37e9ef79b552bd78ea4b93a3b6e7e449 9 0.00/1.00 vMB 1,505
113,999 113,999 0000000000002c85b594b6eb5fd83de9ccafffd0291ebc1b269eccc891c31a46 10 0.00/1.00 vMB 0
113,998 113,998 00000000000002635b8487349db5bbd6ad56d058a3ca83fb8a1845847972eaab 8 0.00/1.00 vMB 317
113,997 113,997 0000000000001874147fa60f9c6558ed8e84a90f99e399425557ace3233c86e2 28 0.01/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.