Loading Tool

Explorer IconExplorer

Memory Pool

23,429 transactions
11.39 vMB
0.02342606 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.65/200 MB

Candidate Block

Mining Attempt 363cbaa983fda149fb08ca0db6135e1cebb4f957b4ac50308a6fb3c25b5a480d
Version 20000000
Previous Block 0000000000000000000126449c48a21e3003b7a7e9ff89509f1ba029e6b36bc1
Merkle Root db6e8bcec11cd1da80ef5c395e3e6bd5b6cca871f32ad1c3fdc888ef44bf3a00
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,783
Size: 0.9979815 1.00 vMB
Total Fees: 0.00489504 BTC
Feerates: 67.24 > 0.49 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,780 (779,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,044 134,044 000000000000056c99fc853f5c148dbce354722d0eaea1bb613b4e63c0616f62 1 0.00/1.00 vMB 0
134,043 134,043 00000000000006422a05dafc2acd417be758d3d1fdb01c653cbcefceb265af92 69 0.03/1.00 vMB 504
134,042 134,042 000000000000077b30d417633b6db4df03ed10e65122550c318605e81dfe5ae3 53 0.02/1.00 vMB 5
134,041 134,041 000000000000001d372eb4e1df2fbb88a8724eb398fba70ad1f220773d9c1e03 97 0.03/1.00 vMB 272
134,040 134,040 00000000000008c1f2652c36d19fc23e1a201329b26b65351789cf4c64d9cff6 109 0.04/1.00 vMB 361
134,039 134,039 0000000000000ad6326778235aae60f1d49e248bbd03daad17f4e8e39c06828d 155 0.05/1.00 vMB 1,618
134,038 134,038 0000000000000b409cb781570a9ecb9bc090d343f4daa6e0901940dcb0fcd576 29 0.01/1.00 vMB 453
134,037 134,037 0000000000000bf79fac1ab2b66193eb2a39462f30d1d7e04630af03a9657a3f 204 0.07/1.00 vMB 322
134,036 134,036 00000000000008d94751399dc345242387e67d590070f8b99bbc084ad05bdf4d 65 0.02/1.00 vMB 264
134,035 134,035 000000000000019badf949b6f4c4105e0bfedc915ccec257aa5de65da0068046 41 0.03/1.00 vMB 452
134,034 134,034 0000000000000778683ba3c46c12814782d22dd45411940be9803fa652a5cf83 1 0.00/1.00 vMB 0
134,033 134,033 00000000000009ed8c1308cec2f75d85e1718e629e1388b3b73592aa167cc3fc 20 0.01/1.00 vMB 506
134,032 134,032 0000000000000a620368ca186d03cc6ae2bacf35270f114cd9e24a20e419c57d 12 0.00/1.00 vMB 53
134,031 134,031 00000000000004e53be9233d520d640ba037c77029b9edc4d39010c3e20dbd96 46 0.02/1.00 vMB 535
134,030 134,030 0000000000000207f1fa516ef95b04b869909c1cef895cb5433afae770126968 58 0.04/1.00 vMB 323
134,029 134,029 00000000000009c8bff8244d108ea708c0e01dacb8d779cc3ab65f30d54c55e6 29 0.01/1.00 vMB 474
134,028 134,028 00000000000004b0a30578a2c3b26020fdd843f4d58482f3b177b24790215bbf 6 0.00/1.00 vMB 1,092
134,027 134,027 0000000000000048c532e6952ebc445d6f87221410e9f153a629722e5cd5fa42 37 0.01/1.00 vMB 532
134,026 134,026 000000000000031ebdfeaadf37c3ae53c499675db9d37a682a03c990481b8417 11 0.00/1.00 vMB 19
134,025 134,025 00000000000007441aff3a820fd1fa7da88ff3c0c1fe11a68dcc7f7acf3defca 45 0.03/1.00 vMB 435
134,024 134,024 00000000000000e66057467d36f6043023293f233c26ac542567491fa4ff158f 109 0.03/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 509.62 GB
    • Received: 4.19 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.