Loading Tool

Explorer IconExplorer

Memory Pool

17,209 transactions
7.50 vMB
0.03224531 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.57/200 MB

Candidate Block

Mining Attempt 7df2c357c9e22550ec90ea248e3a2029321c234c3341e2059c69c0c619f0c868
Version 20000000
Previous Block 000000000000000000003e759a1225e40c86bd401caf3574c16364633de89ba8
Merkle Root d46311e798906b0da1b80904a23bec8da5e01e5eb2e422bd3c2f011ab27aa80d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,944
Size: 1.00 vMB
Total Fees: 0.01753549 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,442 (660,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,995 252,995 00000000000000275f837313ac9cec2a3fedf0fc2ea6df620edc4216a1ceb129 670 0.25 vMB 142
252,994 252,994 000000000000004bb97ea619cd66752265d609e5f1bdd9a58c2e4cc353eed8d9 144 0.07 vMB 124
252,993 252,993 00000000000000278f2859ddb8c7a31db1cc2dab158241f4eee748e51393c4d4 261 0.12 vMB 142
252,992 252,992 0000000000000038b511db14786cad81ea3ef0c3243da761e404187d62e72ecd 359 0.16 vMB 68
252,991 252,991 000000000000001e009d2672e5fd97a503f157ecbe6e663b46a1745e0fe19245 600 0.25 vMB 173
252,990 252,990 0000000000000022bb22fd3ba795437c58632254fe165895acb62867cda12955 505 0.19 vMB 136
252,989 252,989 0000000000000040628167b9000e6b68dada5776f9431001812bcc80939c775b 343 0.14 vMB 109
252,988 252,988 000000000000004c484f2fb017be4dc0a9a93ba51a4d275c3e5394f6d6c451e0 211 0.08 vMB 86
252,987 252,987 000000000000003fc9b4e158b1d76fb424fc30cab0c925f5d938a086caa5b145 497 0.22 vMB 125
252,986 252,986 000000000000004f85af695393453b1cf04e1cb7aa814819366cf8c2cd44ab5f 43 0.10 vMB 24
252,985 252,985 0000000000000003693fd2f94b832c759de99de2226b669b88704ee0b6fd7cbc 265 0.20 vMB 75
252,984 252,984 0000000000000003f44e01e5d27379c116a4b33fe2a64d3f66d3bbdea509fd4d 528 0.25 vMB 38
252,983 252,983 00000000000000152c90480055dc61bb2d460c14699c150882f5bc7640d45b22 560 0.25 vMB 150
252,982 252,982 000000000000004006422395bc7b148e0aabaf9867fbc7512f1c567dcb0e7055 680 0.25 vMB 198
252,981 252,981 000000000000001f93d115e1f31d2bd1eaddf532fbe9d3611a1fdea73cb115a8 445 0.18 vMB 132
252,980 252,980 0000000000000022492d304b4f1bf30404061e51a71f68a46e4aada876f86a5e 149 0.07 vMB 167
252,979 252,979 0000000000000034576e601cda41a68ca6abb3112f12299733d6426935843e04 105 0.06 vMB 78
252,978 252,978 00000000000000475159941fdb4cbed5345d0825330e8b38364e1e6febcb2201 285 0.11 vMB 168
252,977 252,977 000000000000002980c3fd76ca5eb59fbd859e90b6b317aaac86222ff592678f 24 0.01 vMB 95
252,976 252,976 0000000000000052ff4739dc4db7e4d9100c7435d7cdc563b01694c9eb39df8e 44 0.02 vMB 59
252,975 252,975 000000000000003d5eb218192f619530f503a43d1abc7d1c5ea6fc11b0e9dbd3 153 0.09 vMB 49
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

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