Loading Tool

Explorer IconExplorer

Memory Pool

85,339 transactions
33.01 vMB
0.15876264 BTC
Random Selection Loading Transactions
Max Size: 196.59/200 MB

Candidate Block

Mining Attempt 1069681344cf217390cc50fbc4ae9e2223874d5a9d06cc7bbe7a8631c95e0074
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d1fe6d9c9bb464677d9d1939ecb29c0971f0242dff75b3f9d5dc93c7f4e15f78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.04942211 BTC
Feerates: 318.30 > 4.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (478,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,832 436,832 00000000000000000115f1c3114b5d6772643ebca758bdb1962adee6ee560580 2,076 1.00/1.00 vMB 67
436,831 436,831 00000000000000000229eabb49b95d5a0b0a5feecf97f09c45c87b4c239dae3f 958 1.00/1.00 vMB 51
436,830 436,830 0000000000000000041d0afd7af641669962cd70870bcd18c21945df9c4762a8 2,298 1.00/1.00 vMB 57
436,829 436,829 0000000000000000003d33201f2aff34f87324d32974b4804ed835b5522f6f91 1,798 0.75/1.00 vMB 84
436,828 436,828 000000000000000000733f6623fd1d5e1a227cb5bd4c66a08714847d0a3267b1 2,498 1.00/1.00 vMB 85
436,827 436,827 00000000000000000251f053bf3d19a8457b0ccd26b301ecbb4eb37df1c34232 233 0.15/1.00 vMB 80
436,826 436,826 000000000000000001068f9c79dc34252a2b45e676f9756a70d2599b66b18c13 1,545 0.79/1.00 vMB 66
436,825 436,825 000000000000000002617c205e705b5072c49b690b2d34568bc9979974f08532 2,427 1.00/1.00 vMB 64
436,824 436,824 000000000000000002b54643d950838130bb1c4bbfee6ab6a164cc4b299b7407 760 0.73/1.00 vMB 35
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
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.