Loading Tool

Explorer IconExplorer

Memory Pool

27,519 transactions
24.39 vMB
0.04984468 BTC
Random Selection Loading Transactions
Max Size: 120.05/200 MB

Candidate Block

Mining Attempt f493d7dbc21b45eb5a563766d7e85ea611dbf3eaf8b2377f62f335fa9ce19f1c
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 40f1c3e5f77a7a37f8966401c1f1e90347400e33180e9b63eff49c3852204cb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,987
Size: 1.00 vMB
Total Fees: 0.00670008 BTC
Feerates: 73.20 > 0.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (296,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,967 617,967 000000000000000000068256faa1d5c0c0311cfd375eea17fded4b8b88c6999e 3,112 1.00/1.00 vMB 20
617,966 617,966 0000000000000000000115de46eadf684be6e3fbda237e55780c6371bdb44ef2 2,811 1.00/1.00 vMB 13
617,965 617,965 0000000000000000000707132d9943f3a33fafcffbe1e4f6d86cdbe5485fc4d1 3,224 1.00/1.00 vMB 17
617,964 617,964 0000000000000000001004f32530db0583ceb95d424b62d804ddbf68f77bc7c2 2,798 1.00/1.00 vMB 19
617,963 617,963 000000000000000000073fa3791a415ea302b7ed3395c6761be805f4fe3c7f1b 2,793 1.00/1.00 vMB 34
617,962 617,962 0000000000000000000473f501253a16b5a295e2b8b9bcb79eccc7b51bd235de 3,188 1.00/1.00 vMB 29
617,961 617,961 000000000000000000007c4e0e7f33054e880b3c35381cb3bab0682cabb9d37f 3,164 1.00/1.00 vMB 19
617,960 617,960 00000000000000000010f1173fa1a9cf51f3f4ac8defb339ecc71d9863e696a2 3,021 1.00/1.00 vMB 26
617,959 617,959 0000000000000000000f59a3664eb25a9c292452e9c2a6c1619df285c9b3c19a 2,078 1.00/1.00 vMB 18
617,958 617,958 000000000000000000046df595f83535cc04550c27c68dddc09e4ce415f9e674 1,934 1.00/1.00 vMB 10
617,957 617,957 0000000000000000000bcb44a22f4d447f44c8e1e821b058def2fa55a3d065d0 2,198 1.00/1.00 vMB 14
617,956 617,956 0000000000000000000d90fa467cea087a811d2e0435a143a6b703b9a122911e 2,169 1.00/1.00 vMB 18
617,955 617,955 0000000000000000000d23ae75c0e98994602a54f772487fee98e5bc5c6bf9e4 2,664 1.00/1.00 vMB 27
617,954 617,954 0000000000000000000f946fec611441fac0e0a3227d872cce0c6e8459407fdb 3,125 1.00/1.00 vMB 19
617,953 617,953 0000000000000000000cfe3a1dab75673540132fc135a21cba95ff11a738f7bd 3,013 1.00/1.00 vMB 25
617,952 617,952 00000000000000000010cb35d872b403f329c5111924a2919bd67c104100ca32 1,933 1.00/1.00 vMB 21
617,951 617,951 00000000000000000005619c052b41dfa1153df1edd1232a8e416e84de877472 2,284 1.00/1.00 vMB 23
617,950 617,950 00000000000000000011bb521b2d193a3f8b41722d4bd4b952be257d54e65228 1,580 1.00/1.00 vMB 36
617,949 617,949 0000000000000000000045ad2394d88fe54e2068c9194727819a396df9336530 3,193 1.00/1.00 vMB 18
617,948 617,948 0000000000000000000a97cd125dba6bd55607ab1ae64dc6cf4187da80cedf75 2,699 1.00/1.00 vMB 23
617,947 617,947 0000000000000000000646d05e087cd1dae193e04adb00626c2dd15f561bc6ce 2,968 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.86 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: 641.73 GB
    • Received: 12.52 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.