Loading Tool

Explorer IconExplorer

Memory Pool

81,451 transactions
30.78 vMB
0.09060367 BTC
Random Selection Loading Transactions
Max Size: 187.71/200 MB

Candidate Block

Mining Attempt 27642403b26e3f4995eba97ff04393410649752fc0d96d9199094a3fa67900a2
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 051c5ed958a28e2c07311de68dbb49044c3f8a55ddedd0f16b410cf283efdb2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.01959042 BTC
Feerates: 301.57 > 1.96 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (478,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,823 436,823 00000000000000000230447052d8a135237a32271f7b58aa584d773db2d984e4 341 0.19/1.00 vMB 56
436,822 436,822 000000000000000001a69693b3281a9ff4b956690ab366a9c97dd242ca70b79f 1,112 0.63/1.00 vMB 77
436,821 436,821 0000000000000000042eb70648b9d4df8e7fa5d8f2955f38e9bf14ace899ca8d 706 0.89/1.00 vMB 26
436,820 436,820 000000000000000001c1c2cf58be6ae78f65ab10a0c8ebca8dc0ffb49db44833 247 0.18/1.00 vMB 29
436,819 436,819 0000000000000000010f8186ab44a42bd059ef6862b4457443af4a0af47d063e 1,977 1.00/1.00 vMB 57
436,818 436,818 000000000000000003c093697b2680a7acf404d3109925319eab2cffc1d8c98e 2,086 1.00/1.00 vMB 64
436,817 436,817 000000000000000003b80467d51bfa603e815fe79da0f8b657b2cbe1b00c3d2e 3,078 1.00/1.00 vMB 75
436,816 436,816 0000000000000000030a3788761f2e4879ee793e82260dd73f427daebc44c052 2,551 1.00/1.00 vMB 73
436,815 436,815 0000000000000000027bae007d4115f2c0fd6c3283c3ff07c588bbc9ebeb2110 2,855 1.00/1.00 vMB 87
436,814 436,814 00000000000000000014611d6874a62746f770eb080d1a41bc957c0f0399a36f 1,945 0.95/1.00 vMB 57
436,813 436,813 000000000000000003cdbaf3ff9fba866e0625addcc04f6d505f8b88ab664a61 2,395 1.00/1.00 vMB 63
436,812 436,812 00000000000000000337a74f88d0b715f91438dc8801699f9d1801e5266b22ed 2,339 1.00/1.00 vMB 60
436,811 436,811 00000000000000000072f1c976150f3a091d17f451c26523b1b21ee0ab3152b6 2,626 1.00/1.00 vMB 96
436,810 436,810 000000000000000001c1c86a8e2c9ea4e695917a4cc5fcd996c185cf299b7ada 2,172 1.00/1.00 vMB 61
436,809 436,809 000000000000000000f99996e74c672c8b7a15ff924855a0a401c8de2b4775cb 1,957 0.99/1.00 vMB 59
436,808 436,808 00000000000000000184b572ff57af74dad4f822700c2ae5f1f76c07108a4e79 2,170 1.00/1.00 vMB 63
436,807 436,807 000000000000000001c31d341e20b5ea8dc47b2f221212db49485f8d2b25ae14 2,009 1.00/1.00 vMB 57
436,806 436,806 0000000000000000032a055f325140684ca48bc293dc950451f6d3b87464cf85 2,057 1.00/1.00 vMB 84
436,805 436,805 000000000000000002d7fba2d0bd67fa7997e82aad6abed4a8babfd3b888cea3 476 1.00/1.00 vMB 15
436,804 436,804 000000000000000002fbf682fa798a09f607a5a5256ed180dc19ac12e7ac002d 1,435 1.00/1.00 vMB 46
436,803 436,803 0000000000000000021b14b540e75a9a5221fb3d43568b1afaec5552ea3f2bb5 2,415 1.00/1.00 vMB 66
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.78 GB
    • Received: 18.25 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.