Loading Tool

Explorer IconExplorer

Memory Pool

26,471 transactions
27.09 vMB
0.11124038 BTC
Random Selection Loading Transactions
Max Size: 129.83/200 MB

Candidate Block

Mining Attempt 8f99ea4834ae1141facfdd79990effb9662de5302730df70803c9a5368b8e8e8
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root 4a2597d6ebe0fe1bfb8ce6e408728897d1e5bf534bfd272e0085a591198806d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,505
Size: 1.00 vMB
Total Fees: 0.06025071 BTC
Feerates: 502.40 > 6.04 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (175,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,990 738,990 000000000000000000075a1b9368cc257741ae1ac4d60a61b4f1d1b6fffb53a6 2,528 0.97/1.00 vMB 8
738,989 738,989 000000000000000000005689b8f7b561319c9a4c109a85c6cb2108f0697f7afb 3,348 1.00/1.00 vMB 20
738,988 738,988 0000000000000000000872f38ff4489dbb04dd4448e18d2b97c609aeed1c4f84 665 0.99/1.00 vMB 2
738,987 738,987 000000000000000000031c935bd1fea4e261e5af7be5408545401eac250d40c8 2,419 1.00/1.00 vMB 7
738,986 738,986 00000000000000000006a1d2f611c5959f6a9e73c5364d0cfb2f5eca3f54386e 248 1.00/1.00 vMB 6
738,985 738,985 0000000000000000000212f03de4ee3e84c842c686882e2efc9f4d5cbdb8413a 755 1.00/1.00 vMB 9
738,984 738,984 000000000000000000023fae47a0f3a8957033f081065968b201bae9c534a8e0 776 1.00/1.00 vMB 8
738,983 738,983 00000000000000000006e2705b568cf9c90cd8dea0e9a31e6d0f4e62209e0c0b 3,259 1.00/1.00 vMB 19
738,982 738,982 0000000000000000000008d3d77736779057f3f67e0c9a500500dc42af13a84d 2,393 1.00/1.00 vMB 12
738,981 738,981 00000000000000000003b5c88e1f33d5bfe2f93f6adca1921853b04a61e6fdef 1,645 1.00/1.00 vMB 12
738,980 738,980 000000000000000000032a3b2c9729cccafb62b70886d41e5ffb5ad8f02badc1 2,925 1.00/1.00 vMB 23
738,979 738,979 00000000000000000006ec8ce5b2452a0784714ffdc8eb81eaee14a2309cc28a 3,178 1.00/1.00 vMB 23
738,978 738,978 000000000000000000008ce0dafb33e6c3ffa6ee68bbdd822968e889658270d0 1,486 0.99/1.00 vMB 5
738,977 738,977 00000000000000000000ac4d9fef0ed21c2bf3842e52b9875321d3329f929006 3,573 1.00/1.00 vMB 22
738,976 738,976 00000000000000000004c73f067538febc16a5df48f85d93218884b48c1285db 1,115 0.37/1.00 vMB 15
738,975 738,975 00000000000000000003b2abf76ddf772befbfad54cffbcf196723a9ebc15306 1,302 0.50/1.00 vMB 13
738,974 738,974 00000000000000000003fce4574b08b26edf81fa9a05d744a5acc151a87a809c 1,400 0.51/1.00 vMB 12
738,973 738,973 0000000000000000000867541b75d7b965ba7cbfd7962cd3525dfb5f90243603 549 0.15/1.00 vMB 13
738,972 738,972 000000000000000000051d65091c5057f91199920326276cfb18a1baf5293311 1,137 0.52/1.00 vMB 8
738,971 738,971 00000000000000000002740d247f1dad524287ef681db02638005f2430c2ddf6 2,231 1.00/1.00 vMB 8
738,970 738,970 000000000000000000093589b380f91c109562f5a53f9cd5683137a02595688d 1,013 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.49 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: 611.80 GB
    • Received: 10.90 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.