Loading Tool

Explorer IconExplorer

Memory Pool

79,146 transactions
29.67 vMB
0.07686322 BTC
Random Selection Loading Transactions
Max Size: 178.26/200 MB

Candidate Block

Mining Attempt f3632e774742158631c8d1857845b29cdc92270235c75fa2afcc2f30c46c2336
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 4495d1cf12e0285033b2e3e04654a6ef0e1c03fea29e8becd8fec2e935c0f0b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.01606987 BTC
Feerates: 101.61 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (327,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,332 587,332 0000000000000000001880e6fcec6096a3350084350726fcd6d4914d78a83776 2,562 1.00/1.00 vMB 23
587,331 587,331 0000000000000000000e526799956b260b437e239ea55df75cab15cca0a18f75 2,964 1.00/1.00 vMB 20
587,330 587,330 0000000000000000000ef3e9500fde8b9521f169e0b81cb915607545197f956a 2,756 1.00/1.00 vMB 62
587,329 587,329 0000000000000000001899bbb5cec5d834b143d8aa4b34e1fdc2d22751873898 1,770 0.57/1.00 vMB 20
587,328 587,328 000000000000000000096c357db9e162999511b90c405487441d5a7528084665 2,876 1.00/1.00 vMB 25
587,327 587,327 00000000000000000007fa84d18611a785b68d2e1578150f3a351b6b2e5e08b2 1,686 0.52/1.00 vMB 24
587,326 587,326 0000000000000000000b6b831e6e7b01a7a96179c8896d0bbb6652e5d39fc7d2 990 0.31/1.00 vMB 32
587,325 587,325 0000000000000000001d17bc0bc976fbb30919519146bc01187851174f581d6d 3,116 0.97/1.00 vMB 27
587,324 587,324 0000000000000000000a1a93fd311e3d80c1228f233a75613c984f8301ad8830 2,137 0.75/1.00 vMB 25
587,323 587,323 0000000000000000001bc2d17d7f116fa083251a4b552869492a11f7d1872e94 925 0.30/1.00 vMB 19
587,322 587,322 00000000000000000017367241381508ed39158a6f0bb20c533cbc131ed5f03f 551 0.20/1.00 vMB 23
587,321 587,321 00000000000000000016982dbacf2f54a789d8ec7141bb1cf783402198d6e3e3 2,363 0.79/1.00 vMB 24
587,320 587,320 0000000000000000000e0953c19ff64aa46a6d0fcf6e652b3c91aee52df0388a 1,321 0.40/1.00 vMB 21
587,319 587,319 0000000000000000000b18ca7c2b0be1218ef9ce864b950816bbb8955951c0e2 1,454 0.48/1.00 vMB 25
587,318 587,318 000000000000000000189f08370c71ac96bc2ec2965605bd7dfb2ae3e8f27788 1,525 0.46/1.00 vMB 30
587,317 587,317 000000000000000000001cb276c3e333b740c6f879dc2af2ae4d4633e7a25c82 2,646 0.92/1.00 vMB 25
587,316 587,316 0000000000000000000a433dd05ade39563be7600d008c4a8fdafeea5d446eda 1,036 0.31/1.00 vMB 11
587,315 587,315 000000000000000000166ee0ba66875b3bb9d9f9e0890d6b3c5d65a9f8633d22 1,457 1.00/1.00 vMB 15
587,314 587,314 0000000000000000001e76e27982b89479c7a852abde81951e3121dd175a9b54 2,055 1.00/1.00 vMB 9
587,313 587,313 000000000000000000153e869ce886b8e241e7bc32721f5c3741dd0816a5efa8 2,532 1.00/1.00 vMB 46
587,312 587,312 00000000000000000015e87fd94ccc0658f99ff1b36452c148f8aa3e59cce0d6 248 0.10/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.