Loading Tool

Explorer IconExplorer

Memory Pool

38,638 transactions
28.20 vMB
0.06502498 BTC
Random Selection Loading Transactions
Max Size: 143.07/200 MB

Candidate Block

Mining Attempt d196e9324b247cbb59cd2ad0930f36e870aa094d634c3583ab05471cb4a12834
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a24f6d68f5ff21f0a5eca59ae5d32ee227c69f31142ed7e9b70a58660f58502f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,975
Size: 1.00 vMB
Total Fees: 0.01095898 BTC
Feerates: 150.80 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (209,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,668 704,668 00000000000000000001d157b392742a83352f9202dab532422e66cfbe1b5f99 1,810 1.00/1.00 vMB 21
704,667 704,667 0000000000000000000e11decf8c1631807e18d74238fef6c2f7ceb7a3beebb4 3,036 1.00/1.00 vMB 13
704,666 704,666 0000000000000000000457de5826f3db879e837413681cdfa245141e4d138d7b 3,210 1.00/1.00 vMB 24
704,665 704,665 000000000000000000039c3c9f7c323b168f192d4758d5275b7e1cf324d19094 1,308 0.63/1.00 vMB 8
704,664 704,664 00000000000000000004bb4ad39f72f56b2e8098e6b815ecea31e9570a1270bc 2,293 1.00/1.00 vMB 5
704,663 704,663 00000000000000000004c01badd2cc8d40a508fcd5cca4217d0628f6e0e58ca7 2,719 1.00/1.00 vMB 22
704,662 704,662 0000000000000000000964d7bb5e6a586f1bf8c3b39b0133faf766d95ba89009 3,212 1.00/1.00 vMB 8
704,661 704,661 0000000000000000000cde143aabc8104bff0e0e649b78d5e4609cce2478edf9 3,221 1.00/1.00 vMB 19
704,660 704,660 00000000000000000002279132e755e5aa72690d8a58d1e5d6ffbabeead1fcf5 2,544 1.00/1.00 vMB 16
704,659 704,659 00000000000000000004d0f4f6562ff3ec293f42f775226103c635ec834d8054 2,235 1.00/1.00 vMB 26
704,658 704,658 00000000000000000008c1cd08e670f8cb7a44fca09f734d7ce9f2ab57cf0593 2,870 1.00/1.00 vMB 18
704,657 704,657 0000000000000000000a9e3315d952d682b6f289a9974af6da1740b1f316791c 2,438 0.81/1.00 vMB 15
704,656 704,656 0000000000000000000b62b8b202917c60c43d03486f514a074a3624c1bf1bae 899 0.45/1.00 vMB 12
704,655 704,655 0000000000000000000085b2ca6ccc748d797ffd1549590a70c285f971182025 558 0.19/1.00 vMB 16
704,654 704,654 0000000000000000000b092bf6ec5018907265e99db4781b5373b7601624e320 714 0.47/1.00 vMB 3
704,653 704,653 00000000000000000007d69f6ad28f359c044b47b36052b255c5f67f299abae2 2,557 1.00/1.00 vMB 13
704,652 704,652 0000000000000000000c767a3e195f393a4e6014d82b5b29de88fa3d08e1ea11 1,809 1.00/1.00 vMB 13
704,651 704,651 00000000000000000009a78216ac5c77d777d698479707aad2b6b14e18ca1b27 1,914 1.00/1.00 vMB 23
704,650 704,650 000000000000000000024bee1e428a8c7a81209d49e8f3258f0f26f7c2855116 1,076 0.82/1.00 vMB 7
704,649 704,649 0000000000000000000463cdf4c8ca76c727e45524b1677b125c5932b7f277fc 1,835 1.00/1.00 vMB 5
704,648 704,648 0000000000000000000058f2d0311e08a62b24e910d3210419c1df37a21a6c26 956 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.