Loading Tool

Explorer IconExplorer

Memory Pool

74,758 transactions
27.59 vMB
0.07357141 BTC
Random Selection Loading Transactions
Max Size: 168.29/200 MB

Candidate Block

Mining Attempt b19fb49fdb3bb9c2b46249da6d8d89cfdea820b26ddf52af1f5f57d68d5484f0
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root 2b7faccf7fd32020e509870f6496744fbab2b79364a281fd61ec41c2e3503316
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,402
Size: 1.00 vMB
Total Fees: 0.01467201 BTC
Feerates: 100.35 > 1.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (524,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,547 390,547 0000000000000000053fd5121bfc0452d2d6413b9f3afe9247db6c3a0f1cfd2d 1 0.00/1.00 vMB 0
390,546 390,546 000000000000000009b086e26ef2b5b8fb804b655d1d447b00258d4771308c35 329 0.25/1.00 vMB 23
390,545 390,545 0000000000000000020e200a49c376dd981c97898a91e1ebfa250b704fc68e7b 1,688 1.00/1.00 vMB 24
390,544 390,544 00000000000000000a4586c63d45e798880bbb5bad198286a6193231540d1351 2,584 0.95/1.00 vMB 55
390,543 390,543 000000000000000005ce7ed822a768a5ee8c409b149260c8031c084cfa477bca 2,156 0.93/1.00 vMB 46
390,542 390,542 000000000000000003503274e7d755ee1c1bb69aee1173eac3ab43869c3d1b43 1,051 0.80/1.00 vMB 22
390,541 390,541 00000000000000000a7b5e18c3adbe4e195e1eb1a17e0406ad5dd9a65adeee57 300 0.25/1.00 vMB 17
390,540 390,540 00000000000000000072b875ce0cb4257e578c2ebc699b5b8a809df72b0c1432 160 0.16/1.00 vMB 13
390,539 390,539 00000000000000000604a655e2fc5bc3c63a3db0e65de1e6dd2e0956c8ee8e1f 1,807 0.93/1.00 vMB 35
390,538 390,538 00000000000000000b3c4702265e21e4b5a529d54a7707f2d1dbdd4fec52b5df 1,844 0.93/1.00 vMB 35
390,537 390,537 000000000000000000843dbf378bd803a794a0418e17a5651094bff6e7126bb5 1,994 0.85/1.00 vMB 53
390,536 390,536 00000000000000000aaa33eca772623f49a4350a4c9165252d3a19d7c27640f8 970 0.60/1.00 vMB 50
390,535 390,535 00000000000000000a18869db75409ad8c8fea17fad595c2979b7420bd3f49a1 959 0.54/1.00 vMB 31
390,534 390,534 000000000000000007bf943b9cb4f17ecd644913f2a73d06b476d06922450cee 226 0.13/1.00 vMB 32
390,533 390,533 0000000000000000008dd526b7b6380083ea853108ea9a1662205aea062b5b02 104 0.13/1.00 vMB 10
390,532 390,532 000000000000000008b1a01170dc9458dbc0e025d6a9b72b22d194bbb799b0ba 1,149 0.71/1.00 vMB 30
390,531 390,531 00000000000000000b3c3b9a7a3d967011bbf751feee3188f4dfaf5f73914008 280 0.17/1.00 vMB 27
390,530 390,530 0000000000000000014b4cd28ec4270067991380e4fc329f640e8c81103a536c 211 0.14/1.00 vMB 21
390,529 390,529 0000000000000000052c4fc7f85c34819e491306ab1ce146f237fd4443fb1b10 1,277 0.81/1.00 vMB 28
390,528 390,528 00000000000000000b2e75f5e5706cc753372b70450bbdbb16c7bd5d73e64d53 664 0.29/1.00 vMB 36
390,527 390,527 000000000000000006b3c8d2f9b0f72cb376014aa248a01ab19188bf08fb316a 1,231 0.66/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.