Loading Tool

Explorer IconExplorer

Memory Pool

78,337 transactions
29.36 vMB
0.06599264 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt 8fa8affe91414cc712355216ed1470bd6d840aa7aeedf7b268638213356e1006
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root 9b935e9a663700ed1f625752fd1e85a420b924add3bf0d3bf1213bd8361d5a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,183
Size: 1.00 vMB
Total Fees: 0.00654162 BTC
Feerates: 104.71 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (352,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,071 562,071 0000000000000000001a5da8d500efd9ad41685953570536ec1dd91a3a572f56 2,768 0.81/1.00 vMB 9
562,070 562,070 0000000000000000002ff3e60d2d8ed4be1d3b71e860df9f66df3525bc9dbea4 1,892 0.54/1.00 vMB 10
562,069 562,069 00000000000000000010deaeb2b327ae779517fbf71ee6403765a7fc7803c971 1,693 0.56/1.00 vMB 11
562,068 562,068 0000000000000000002e0d4dfbe1fae9e3c8f67a845e685d895a6986bee22a56 469 0.19/1.00 vMB 9
562,067 562,067 000000000000000000219f0548ac664a1fcf8a366a86d292d0e6b455bba87046 3,300 1.00/1.00 vMB 15
562,066 562,066 000000000000000000147dc5df41f4d22b5006b2b8c89f435893bf2b5d903a76 1,642 0.47/1.00 vMB 14
562,065 562,065 0000000000000000002f512f291cd83614bdfb759ce208a86b59b6ae5149231d 2,677 0.83/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 782.40 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.69 GB
    • Received: 15.03 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.