Loading Tool

Explorer IconExplorer

Memory Pool

78,592 transactions
28.86 vMB
0.10998708 BTC
Random Selection Loading Transactions
Max Size: 175.23/200 MB

Candidate Block

Mining Attempt f6c1f88028aba7a40444fa04d08b69cb6afb726c3fdecfa34573ab707fac516c
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e669259e14fe93838796aca777d3101f279b7b8b22123c63c5393a60c75feb02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.03923054 BTC
Feerates: 602.26 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (218,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,727 696,727 0000000000000000000703eed183af80a7cff33f2575519513ac23664a2e396f 3,166 1.00/1.00 vMB 9
696,726 696,726 0000000000000000000009439a28889e9358ad2c84d35b39515b5e85dfdc3c95 3,048 1.00/1.00 vMB 28
696,725 696,725 0000000000000000000d7ab5edf3755d36f6afb9f966f9acbe443661b1608f6c 2,329 1.00/1.00 vMB 13
696,724 696,724 0000000000000000000dbda7bd62b7f0765943cc78972ebe1c3fc1ff15c76d44 2,599 1.00/1.00 vMB 14
696,723 696,723 00000000000000000001627c3856892fd0b7636ff6547c9768db5fb96a097a0e 2,951 1.00/1.00 vMB 11
696,722 696,722 0000000000000000000e483a2529234e76199dee5fcb2a3fc3541a2963adc5fb 2,602 1.00/1.00 vMB 15
696,721 696,721 000000000000000000114cd56f95a72a3d145c467d8aaeb6fc8b9605da6643f8 2,661 1.00/1.00 vMB 38
696,720 696,720 00000000000000000005ce86898d4577bc444dc954dee8e6474c7a714e41c47f 2,684 1.00/1.00 vMB 19
696,719 696,719 0000000000000000000ea377ff950a0fd1372ff2054576fa55fde542cbc4eefa 2,738 1.00/1.00 vMB 21
696,718 696,718 0000000000000000000e1a97d13728c473ebcd34d2ee44214bad18349b0dca1a 3,471 1.00/1.00 vMB 7
696,717 696,717 00000000000000000008b8f1577465bb23ea7d8a2a26f4b6bef9bc320c2219bb 2,968 1.00/1.00 vMB 10
696,716 696,716 000000000000000000019912b926d78a37925fd91d3f24663e70831f17ec803d 1,242 1.00/1.00 vMB 7
696,715 696,715 00000000000000000001f2fa1353f17550f5087a695a6764dc6a89fbf880a99a 1,282 1.00/1.00 vMB 9
696,714 696,714 0000000000000000000052e3490303c2400f8a1fd9a8adba9aee36de867f702c 1,394 1.00/1.00 vMB 9
696,713 696,713 00000000000000000008339125282ce5d7c5d73453245108a644c9134a80db2f 2,344 1.00/1.00 vMB 14
696,712 696,712 00000000000000000011ef463ff59d18ed77d3bc937296dfeec74460fe22601b 2,024 1.00/1.00 vMB 10
696,711 696,711 00000000000000000001da73aa9579138275b87f297523e1c27986d4ffcd65e3 2,794 1.00/1.00 vMB 15
696,710 696,710 0000000000000000000b8409431e71cd5b0f0cb6cf1324e3caf1e99c803eac3a 3,050 1.00/1.00 vMB 23
696,709 696,709 00000000000000000001a269b5d5938e20287a8d5a94b457f72ab0dda6c6792f 3,051 1.00/1.00 vMB 8
696,708 696,708 00000000000000000004707a930b23ddb9660491a142a8ef7d6419e1a8ae1f05 1,688 1.00/1.00 vMB 10
696,707 696,707 0000000000000000000042feb97d359861fda2bcb306e3d17220d8b2425ae44d 2,530 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.