Loading Tool

Explorer IconExplorer

Memory Pool

43,741 transactions
29.34 vMB
0.08121238 BTC
Random Selection Loading Transactions
Max Size: 151.17/200 MB

Candidate Block

Mining Attempt 2e4492a445b43797eacc64e232c9150ee37f26ff16e9a4ed7daf14cc27750632
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 407bbed16d4e8fb1e641b5e1ac8a1dc6b4fc4b617f62e0ee3f010c65c475bfa8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,549
Size: 1.00 vMB
Total Fees: 0.02353660 BTC
Feerates: 150.75 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (150,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,425 764,425 000000000000000000007872e460f371140f429fff32bc0c37e79bd170408882 2,344 1.00/1.00 vMB 38
764,424 764,424 0000000000000000000680278847c15eebc9546f7a6265ba84dbdca6ebad4c27 2,866 1.00/1.00 vMB 15
764,423 764,423 00000000000000000005fac56f7692ff03d011a8e581760fc978d0dbfd7f6086 1,888 1.00/1.00 vMB 22
764,422 764,422 000000000000000000038bb3212a39f66888b4e2f3bb1db9c164a6bd7d09ccef 3,205 1.00/1.00 vMB 25
764,421 764,421 00000000000000000004e3dbde233ce52d9cb6bb65fb82102fb072a9641af3cb 3,432 1.00/1.00 vMB 39
764,420 764,420 00000000000000000003d8d8f478748a8e819ff28addeb24ab33a895fdae0f5f 3,053 1.00/1.00 vMB 27
764,419 764,419 000000000000000000012c8dad7d6e54842f5b82a75ee9c79fc7a86fd9deb52b 1,939 1.00/1.00 vMB 22
764,418 764,418 000000000000000000010ef5e68a9de4f530585217aa4fecd53ab558696b82cc 3,233 1.00/1.00 vMB 32
764,417 764,417 000000000000000000047a58af7259c54a5653a6e40bee190797bfde5a2f61d3 3,221 1.00/1.00 vMB 32
764,416 764,416 00000000000000000005c962bfd6c4287ffd84627531283618e0f238daaace49 2,330 1.00/1.00 vMB 23
764,415 764,415 00000000000000000004135278b82d4600f52166e3ce1faa6a57183c7ba55965 1,551 1.00/1.00 vMB 38
764,414 764,414 00000000000000000004992d8dd10901c7b1821b8d96fc81b9c210f65018a9db 2,916 1.00/1.00 vMB 16
764,413 764,413 00000000000000000003cfb257a7d735994390e60c75b2ccb1348cd0822f9809 2,071 1.00/1.00 vMB 17
764,412 764,412 000000000000000000058be23a9c68934091b878e11e7246f0864ad4f0c6a7fd 3,092 1.00/1.00 vMB 34
764,411 764,411 000000000000000000079c0dc00815193fd1fd1ea4dba7b64bc56acae1ad2fcc 2,105 1.00/1.00 vMB 23
764,410 764,410 000000000000000000005f7903c6c54732884dfd78b7d374812c0049da8350a4 2,480 1.00/1.00 vMB 29
764,409 764,409 000000000000000000042f8ec678f04cb6e754ca15bbcdadd791b2f56727766f 2,397 1.00/1.00 vMB 31
764,408 764,408 00000000000000000006c12b71faf41b1145e3993e6a60796a099f61805de7a2 3,726 1.00/1.00 vMB 34
764,407 764,407 0000000000000000000507379df2c43c5c42b4bbe46de4207d6fc0d6507e4c04 3,297 1.00/1.00 vMB 33
764,406 764,406 00000000000000000005a9af7649a699df65bf81ae255d94ed948d3123d33ae8 2,287 1.00/1.00 vMB 40
764,405 764,405 000000000000000000027ccfb85d7ac7d4d8f4d4f6a0170b065fd3e94d670911 1,049 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.70 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: 629.21 GB
    • Received: 11.88 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.