Loading Tool

Explorer IconExplorer

Memory Pool

21,654 transactions
9.40 vMB
0.06206487 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.14/200 MB

Candidate Block

Mining Attempt 272ae12d40b0d13c56805350a3f81f68d1e033dd86f6d6b1ad4963666db705b3
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 97c10bf2fd4d34ab346a140abebcaf46106a40b4477155cf6276f6c6a7f3cbdb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,651
Size: 1.00 vMB
Total Fees: 0.03573921 BTC
Median Feerate: 2.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (698,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,982 214,982 00000000000001ca6b3c0d2c12f5651f83a3862de7046841a8509a2daf928eb1 199 0.09 vMB 151
214,981 214,981 000000000000013e92354328f025af8dfb312426c3eebec2d52a769adc19a1ff 8 0.00 vMB 39
214,980 214,980 000000000000041fc013ae07a1ddeca4ab3a179953d3df8257d8b911d097c056 146 0.07 vMB 225
214,979 214,979 00000000000001858ee5685fbec8be29ed56455179bdd04bc8e4bbd47795739a 73 0.02 vMB 196
214,978 214,978 00000000000003b192e17a6bb87baaf26391e4345c5a1b016df9ab288a2bd338 131 0.04 vMB 52
214,977 214,977 00000000000004c440d670661365b6fe90c1f9380cdaceb44bd19282bd0a764d 113 0.07 vMB 121
214,976 214,976 00000000000000f73bfb27f7df7ce6d591f561d213443cd3c5a296ba53bfb693 128 0.04 vMB 219
214,975 214,975 00000000000004103fcd61b8d472e1fb5ef1bbc376512d2018056b5ffe0734d6 138 0.05 vMB 181
214,974 214,974 00000000000000ed537ce276adfd677d1001acfe52858a4078cf7bb1eeae5018 111 0.05 vMB 92
214,973 214,973 00000000000003fcb53d0a96492ade87cc9b7eabe4e19ecf223338e82d7109bc 351 0.13 vMB 266
214,972 214,972 00000000000000aa2766b6e86baa10ee51ebcb96fce40a12208fa9fb7375ffdb 224 0.10 vMB 163
214,971 214,971 00000000000000da5d9bc5ed95a4702383bc743fa3a87ae19dcf9f23a14c9829 143 0.06 vMB 209
214,970 214,970 0000000000000182061708d655221b8143126e4784070b7dcd2f4fcfcaef4c2b 331 0.11 vMB 213
214,969 214,969 000000000000025fa07c70cdb708ab73848a7a9551a52ad9e9b92ef362f43339 92 0.05 vMB 144
214,968 214,968 000000000000032199942a55bde31b05bf77648d99662579ad93dac08cbf0df3 361 0.17 vMB 223
214,967 214,967 0000000000000327f8f79c74db956e09058585420790c9a83f138b20c6cbd5f6 64 0.02 vMB 226
214,966 214,966 00000000000000aaae427b873e0fa60df62eaf1ff9f6ab0b435d46ea4c7e560f 173 0.05 vMB 7
214,965 214,965 000000000000005ee2a234adff2ef853cd43f9aa9ddce3f868b98d8fccab8ef3 636 0.24 vMB 297
214,964 214,964 000000000000009ecf1583f604c05b00461d4e5194e602c803dadff4814a1415 12 0.00 vMB 419
214,963 214,963 000000000000026f1f50fa3b5be57658441abb2483ddc91a732f72ecbba5ea45 11 0.00 vMB 270
214,962 214,962 0000000000000136380c136f6997b768fab7893bf1ca365a10b5cce34a442cfd 135 0.05 vMB 229
Previous 10 blocks ↓
Total Size: 779.54 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: 250.74 GB
    • Received: 0.95 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.