Loading Tool

Explorer IconExplorer

Memory Pool

38,174 transactions
27.21 vMB
0.06055197 BTC
Random Selection Loading Transactions
Max Size: 138.61/200 MB

Candidate Block

Mining Attempt 075cb736c9927d5771a099d8598da60196466af75d9d0b9eb3b12c963d0963c5
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root ae5c2c9506432184127b5edd6ee097ee64995d4be39a7138feada26a35b9232a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,434
Size: 1.00 vMB
Total Fees: 0.00903942 BTC
Feerates: 100.56 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (410,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,092 504,092 0000000000000000000808b9d5a3c3cfe5a059fc52fcab1b4866bfeebb5135f3 2,532 1.00/1.00 vMB 294
504,091 504,091 00000000000000000026841699276ecde8fa32e9003d394292eca36bd16c7f08 2,243 1.00/1.00 vMB 314
504,090 504,090 0000000000000000002dc4cb4c89f71873568cd65848a7a82ddd82d08e9a6636 2,903 1.00/1.00 vMB 388
504,089 504,089 000000000000000000352e392435550e31daa11ccf2f5f531b66d4c3e8774c45 2,309 1.00/1.00 vMB 459
504,088 504,088 0000000000000000007a0fcd383cc9bd4a7727fdf89dfe5593e57d6a4451b097 2,558 1.00/1.00 vMB 522
504,087 504,087 000000000000000000430aefa7443ed00d856ce8c77d9392ca66d0cadca8c05e 2,738 1.00/1.00 vMB 576
504,086 504,086 000000000000000000477ea0d05dca5a26f51bb00d54725002f20a35648969c8 2,654 1.00/1.00 vMB 549
504,085 504,085 0000000000000000003c08e8b627290d6b81d2b7a66f1f2e643db96254ef060c 2,389 1.00/1.00 vMB 445
504,084 504,084 000000000000000000671929c85daf6721d89d734e94d432297ac351e93b7b83 2,868 1.00/1.00 vMB 551
504,083 504,083 00000000000000000051611386f07c2c9c33620e0b363143ac1451606c49f56b 2,603 1.00/1.00 vMB 486
504,082 504,082 000000000000000000071cff02594de45cbbe098392b6e09936ae12e7e7f22fb 2,370 1.00/1.00 vMB 400
504,081 504,081 00000000000000000079e88e8d28ce2e23242ca73b1533599ad7a0312ad0590d 3,003 1.00/1.00 vMB 538
504,080 504,080 0000000000000000003182f09f844c60791db4c04d7cb75ca134ce3d2cd2ca76 2,655 1.00/1.00 vMB 560
504,079 504,079 0000000000000000005bfb2e141d29c6ac55564bf0e456c878783f6521685f5b 1 0.00/1.00 vMB 0
504,078 504,078 00000000000000000078e270f061469f7a1eef59c64232565ad872a6b717d196 1,388 1.00/1.00 vMB 302
504,077 504,077 00000000000000000041eb0d85ab7481e6b454d55541f5785e9d2a804b0b95d4 1,383 1.00/1.00 vMB 305
504,076 504,076 0000000000000000003f28c2d2c629de5d4afa0b573cdeda4d8f4bdeac8744e7 1,713 1.00/1.00 vMB 303
504,075 504,075 0000000000000000002fff5695a8ba65fbced03b312c0bf6d5ac1da373fbcc0c 651 1.00/1.00 vMB 271
504,074 504,074 00000000000000000008b851ecffe14f46d7c3e409a99c1e01632868ca2d9120 2,617 1.00/1.00 vMB 463
504,073 504,073 00000000000000000027ebc59c7d8feeb9acc705b3f748cda98ddf22eb5de064 2,078 1.00/1.00 vMB 443
504,072 504,072 000000000000000000337b16d16d6b0072ccbd042c42a3e7a489fbb84c826e1e 335 1.00/1.00 vMB 217
Previous 10 blocks ↓
Total Size: 781.75 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: 630.85 GB
    • Received: 12.05 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.