Loading Tool

Explorer IconExplorer

Memory Pool

79,102 transactions
29.58 vMB
0.07152663 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt 8d35704b983eb74bddbea1dca06d042e541c7857a3698d6d4379447442c717b2
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root d7974bc9baa5a6d18356773a4128f3aa4e54389e95a3e9089e8729b8564a03a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.01146468 BTC
Feerates: 60.27 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (352,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,064 562,064 0000000000000000000aaa76143a21a2d82439d5875e73c11b8c4dfff2c265dd 3,304 1.00/1.00 vMB 20
562,063 562,063 0000000000000000001e3b481dac51ab17d792523c2144fd08cbc9e323b40a74 258 0.06/1.00 vMB 22
562,062 562,062 00000000000000000006b16532a4039f72f10dc391ca5b53c72c1f4350247633 2,367 0.79/1.00 vMB 13
562,061 562,061 00000000000000000012f2a8080a7b9c44156db24caf808f3f7f6a25f2f1802d 2,588 0.88/1.00 vMB 2
562,060 562,060 000000000000000000004d97f71231dba08af753f8a1d9a85ee0eeef4670dc88 1,475 1.00/1.00 vMB 11
562,059 562,059 0000000000000000002852ee2fe3722b0c37bc241c360a62f1d57b245541fde3 2,943 1.00/1.00 vMB 16
562,058 562,058 0000000000000000001f3fbf24afb55766956db7214c610e2e1ceb6b93aded19 1,129 1.00/1.00 vMB 10
562,057 562,057 00000000000000000026b44c781a7f2221301251629e76e618a0659b28c09fd5 717 1.00/1.00 vMB 10
562,056 562,056 0000000000000000002713f7cdfe6be8ccd0e54f8f9de6e9411ee38c80c9281b 1,555 1.00/1.00 vMB 5
562,055 562,055 000000000000000000135406382f3d56ac595f2e517f7fbd41064a8c998f8519 3,275 1.00/1.00 vMB 6
562,054 562,054 000000000000000000023b426814d5b37d00ea11dab0a7df222778f2c25c310b 3,386 1.00/1.00 vMB 14
562,053 562,053 000000000000000000300be1dc77d3e104c53f42840d965a52e0b57466ff8ec0 3,044 1.00/1.00 vMB 6
562,052 562,052 0000000000000000001efc911d01bada44732101d08d8ca23d6504591b57ff7b 3,400 1.00/1.00 vMB 6
562,051 562,051 0000000000000000000abb0365ccb71000ef863b0f829e69dc5567291330e4db 1,881 1.00/1.00 vMB 10
562,050 562,050 0000000000000000000087b2f0e214264c4ca1b04056111d88db1e9b6eee317a 3,424 1.00/1.00 vMB 22
562,049 562,049 0000000000000000002375d7862aa1f66a056f509b55aa6d3d5571f830096035 2,358 1.00/1.00 vMB 21
562,048 562,048 000000000000000000071ea136532be6c7ff7d776d8a405648880b0591365ac5 1,534 0.50/1.00 vMB 13
562,047 562,047 0000000000000000000cd539763c7bed634650d1587b54cf711e9e271dd67f50 60 0.02/1.00 vMB 15
562,046 562,046 000000000000000000270a65d8b931533a1142be64a33cac74cad2c18bd4a2a0 1,836 0.76/1.00 vMB 8
562,045 562,045 0000000000000000002cd595a110994e7ae80e37614c885e827aa000625140b8 1,178 0.41/1.00 vMB 8
562,044 562,044 000000000000000000247318242c49e63acfe748d7c78d57c7bd09e644ac287d 3,179 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.