Loading Tool

Explorer IconExplorer

Memory Pool

75,092 transactions
27.59 vMB
0.06732582 BTC
Random Selection Loading Transactions
Max Size: 168.58/200 MB

Candidate Block

Mining Attempt 0ce64c9f50c956e3942dbd541a6d4bbd35477cb2a4e906f7bb349f269bd81bee
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root 586fa9a5d8d2c1d23f593fdff3ff3a67a0cab9c972be9926725c3628d58307b2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.00858224 BTC
Feerates: 526.32 > 0.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (246,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,033 669,033 00000000000000000002f87c3875741a6cdc5088fa3e24dbb3a8b1853e049794 2,379 1.00/1.00 vMB 49
669,032 669,032 00000000000000000003b5ae1d708ee26d7316ea0eb0f95bb6ce9a35f05a1cad 2,229 1.00/1.00 vMB 86
669,031 669,031 000000000000000000059d26a5b1691ce379beeba31723dc3b33f7ea1dcb4a20 2,161 1.00/1.00 vMB 39
669,030 669,030 0000000000000000000883b4911884a1c235c5a79d21ad7b48e6bbcc6c652542 2,556 1.00/1.00 vMB 114
669,029 669,029 0000000000000000000b1de6dae839580f0360ccc298d02c6d2585924711e1f4 1,858 1.00/1.00 vMB 70
669,028 669,028 0000000000000000000b7786b5604343c27d1354228a10fe2b227de2ea829738 2,273 1.00/1.00 vMB 35
669,027 669,027 0000000000000000000bdfc8be0fa0678f44b8676eb74a3f5fe779fddbe9c871 2,400 1.00/1.00 vMB 86
669,026 669,026 000000000000000000083c1689504a5ea457011717d9817a7f84120e2e07dcd8 2,322 1.00/1.00 vMB 70
669,025 669,025 00000000000000000003c43da061f3a2fbfcfbc2125b45291736427197558897 2,202 1.00/1.00 vMB 42
669,024 669,024 00000000000000000009d26e8c1632be7dd4d007735b70951735b5c743978df5 1,470 1.00/1.00 vMB 52
669,023 669,023 00000000000000000000bdbe4c41f0df223e67d637b875ebe951246e7e74e997 3,064 1.00/1.00 vMB 101
669,022 669,022 000000000000000000043b5a0ecf5c7447abf3dcf7d9be30edf187ae10ed4a08 2,556 1.00/1.00 vMB 74
669,021 669,021 00000000000000000004272609bc7f54807bd045dbad0880def20126d34261dc 2,750 1.00/1.00 vMB 70
669,020 669,020 00000000000000000009378c25b5fa3907e2765e813aa3f8fed0895bf3e8892f 2,219 1.00/1.00 vMB 137
669,019 669,019 00000000000000000006e1b18a6783e767b0dbd3c41b2e615b5dd4827592ff3f 2,887 1.00/1.00 vMB 97
669,018 669,018 000000000000000000069ace221143415817ed9405dc59f4304b5487909f51a0 1,664 1.00/1.00 vMB 123
669,017 669,017 00000000000000000007a7324e2da09379e00b38d70476c4e84cbd0ac282e5b9 3,000 1.00/1.00 vMB 147
669,016 669,016 00000000000000000000464b62fa11b90d4db57682fe35b4ea7d99136b9be487 3,083 1.00/1.00 vMB 137
669,015 669,015 000000000000000000001894b0bf318bc08d40c3a4f844ff9694c1f7fce3ad3b 2,816 1.00/1.00 vMB 138
669,014 669,014 00000000000000000005277b4493b4daff18ae7465f2de9c0d26640234ccf821 2,036 1.00/1.00 vMB 60
669,013 669,013 0000000000000000000bfb7128486ad31525c4acd34966da3b9a3f37058fa3f8 2,715 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.