Loading Tool

Explorer IconExplorer

Memory Pool

37,724 transactions
31.25 vMB
0.07111751 BTC
Random Selection Loading Transactions
Max Size: 155.07/200 MB

Candidate Block

Mining Attempt d24e5d2b580290f0a8d4d65a6b4e130c6fb0999802cfc2ee6b020de7b1587bd4
Version 20000000
Previous Block 00000000000000000000bb573d704512cc89ba03a0891c19e5bcbf0dcc392ed0
Merkle Root c354a74b24479b31e1826206df22afb7f6e4b8e09602e8556af4d4359cd1dbae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,526
Size: 1.00 vMB
Total Fees: 0.00702716 BTC
Feerates: 602.74 > 0.70 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,352 (797,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,660 116,660 00000000000056036e9041b9777b36255533931137ad5b59620ff268df60b5c0 6 0.00/1.00 vMB 0
116,659 116,659 000000000000df0a3ae92b6a34c4806b55c06761999e4d276a583ddeda07a2c1 13 0.00/1.00 vMB 1,286
116,658 116,658 000000000000bb5921ef8e5d2ee3de538355815152f50a561398ceb5e41bebbe 12 0.01/1.00 vMB 351
116,657 116,657 0000000000006a449348c9826e15a8c6d742b39b5f14bedfd934797c689597a2 8 0.00/1.00 vMB 341
116,656 116,656 000000000000a68b0ec51595b3471496736c321184818d2455e43e30ca41a185 11 0.00/1.00 vMB 721
116,655 116,655 0000000000000e2d18a2cd047c3dc7c1c94fd27f683641a39715ef87fbea52e1 12 0.00/1.00 vMB 0
116,654 116,654 0000000000000e712e0106b6b93c5486881fa36bd8aa5e233d0ad88446530118 20 0.01/1.00 vMB 878
116,653 116,653 0000000000000ed1cc7c5b7d58eaf4a2d0eff88e9faa66e383dcc0c85fa20e9d 10 0.00/1.00 vMB 1,748
116,652 116,652 000000000000923ed6fd891de78655de3b275e9dcca2345bd4acc4ca18bb8c47 12 0.00/1.00 vMB 0
116,651 116,651 00000000000073c99bc9a776eeca3b8bcff66b34768e86ccc487f20821f8e64e 8 0.00/1.00 vMB 0
116,650 116,650 000000000000c8c5643f3b7989c47ceb6b8255e43fd7a93d9c7f9f70403e0a63 11 0.00/1.00 vMB 0
116,649 116,649 0000000000002e5c31cc0d541d8f40a1e685b72e11ba56ff74531bc8c975eef2 8 0.00/1.00 vMB 668
116,648 116,648 000000000000a2859cb751ca8e323712a37dbdc9090df90fd573ce8186528d49 7 0.00/1.00 vMB 354
116,647 116,647 0000000000008c3cd98f7d37fa97e9cbfc0433303bdf2164cba5bc5604d0548d 6 0.00/1.00 vMB 1,044
116,646 116,646 000000000000e6b043743c0e999df0bed512875d7b6b8b45020504b2e85b5d67 4 0.00/1.00 vMB 1,086
116,645 116,645 0000000000006783306b92e3519a10415a8f659a1223e946f1727f8ab4333668 12 0.00/1.00 vMB 1,058
116,644 116,644 000000000000e7a3a0c5e0e207c34523ad21bbd6146f859ad8710304a0f3dad9 11 0.00/1.00 vMB 0
116,643 116,643 000000000000b9bf031104d155f527bd13a9107a20a22a61986cd15e3baf2ebb 12 0.00/1.00 vMB 685
116,642 116,642 0000000000007959b4c554007851f4af98a39313b6c35550062ac5f6ab3b535b 13 0.00/1.00 vMB 334
116,641 116,641 0000000000002487fcbcf449d09cc3f965ee6eca6a1f8945a663576dd71f7511 21 0.01/1.00 vMB 675
116,640 116,640 000000000000f06902d6e01be64ba51644bbc9973da7910f7884f86ddc343346 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 588.18 GB
    • Received: 9.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.