Loading Tool

Explorer IconExplorer

Memory Pool

22,172 transactions
10.82 vMB
0.04925895 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.25/200 MB

Candidate Block

Mining Attempt ff6f07bad6a57879c339aeb23824725f8cc9e962bb957955a30036e9c19f9334
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root cee5224cf8cc652d6b0570892d16126ec7114f2beb9d444b3f75eec825992aca
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.03011487 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (746,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,724 166,724 0000000000000717fff6d00040ec8b6a44c15cccbe6ec0ef9f076ca220a7134d 138 0.05/1.00 vMB 97
166,723 166,723 0000000000000a56b4dff35485f5e42ebe518bcc60ea2b1f6f7bc3916e33ce9a 226 0.09/1.00 vMB 85
166,722 166,722 0000000000000055db724237ba2da51f8380d2df39aafda565dcf15e6e2b70ee 8 0.00/1.00 vMB 128
166,721 166,721 000000000000099db009728b96be2fb3e7b5a2d3fa9be043e913748286ee8422 5 0.00/1.00 vMB 73
166,720 166,720 000000000000019223fb56f4a4bf607d7049d7eeb70f603f822c9c772a7ee4ff 66 0.05/1.00 vMB 82
166,719 166,719 000000000000019b849a370faa9d693a0ab5bbdfd147d5b00290dec46fa3b7cc 136 0.05/1.00 vMB 13
166,718 166,718 00000000000005accb30ed8bcfd09a4aa35fe4b19b12e13256a3054e2b66df52 105 0.05/1.00 vMB 121
166,717 166,717 00000000000002dc5dfb58b8d318e452966bc13fb93632194ac0e370693cdbd3 40 0.02/1.00 vMB 364
166,716 166,716 00000000000005b05c334934c947bc69de582b4c72865f37e99c6d8eb0cea544 104 0.05/1.00 vMB 121
166,715 166,715 000000000000012a340a1e5de4f218346e4740678a4ba3c69c8b04e768030a12 61 0.03/1.00 vMB 95
166,714 166,714 00000000000004310a2ca8597b6c0a5ebc0e2d4da6ba5ed3e8ecec66338f1c93 80 0.03/1.00 vMB 127
166,713 166,713 00000000000006388cee45b646d9dc0e1d22af500a936c67b13eda4352350649 11 0.00/1.00 vMB 36
166,712 166,712 0000000000000645c60884e29dd91593f80f2172cb142baf84db63e6145ea8b7 20 0.01/1.00 vMB 314
166,711 166,711 00000000000002b5d29f205d4d0ee5c6e0cea8fd4482aa1733774c998febd91c 38 0.03/1.00 vMB 54
166,710 166,710 00000000000009f1daf13d92748353932449a8f27c497cd49a7bf1cb4b5d0b91 30 0.01/1.00 vMB 241
166,709 166,709 00000000000007a7117f7f4933fabb917b406a93a0ae48570ecda94445a99c8e 133 0.05/1.00 vMB 54
166,708 166,708 00000000000006bac777c8a60e09f912c5ef5cc04d928b887d6e39bdf6d156fd 87 0.05/1.00 vMB 77
166,707 166,707 00000000000000b5f43ed3cca19243e2d4b89ae287fa26802c978c39fc1a6952 150 0.10/1.00 vMB 120
166,706 166,706 0000000000000041cc4c2ac062bad58eaf523d3fd5b2c8c2a6f3717b37826888 148 0.07/1.00 vMB 121
166,705 166,705 00000000000000fa33fa88b36259e72b663fbd67f9b756328a0f7c9118aaaacd 81 0.05/1.00 vMB 240
166,704 166,704 000000000000036f7aa9a0d3bba91f1c55e7129c7043d634fe3fa464e0ee399b 41 0.02/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 779.85 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: 433.60 GB
    • Received: 2.37 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.