Loading Tool

Explorer IconExplorer

Memory Pool

78,517 transactions
29.97 vMB
0.08740557 BTC
Random Selection Loading Transactions
Max Size: 179.06/200 MB

Candidate Block

Mining Attempt f0ff87d992393343ca182a9645733c27738e8702d0a7816f1f664dacda094140
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root ac3dffa704d1ccbbd7836cce32127381c46a9d40c8b5e2178578b08ac6039021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,716
Size: 1.00 vMB
Total Fees: 0.01852335 BTC
Feerates: 100.69 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (727,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,994 187,994 000000000000037702d5fe9fb4d1018317f3d388ccb8f8bb45724962eddd1172 142 0.05/1.00 vMB 76
187,993 187,993 00000000000000e12f67cfbdbb050596d778892fc41366c4a1d8c07adece653f 151 0.07/1.00 vMB 81
187,992 187,992 00000000000005aa7aa68e9c73bc2b1f34de746dae9cdfcb5e0e11d298679f7b 128 0.05/1.00 vMB 131
187,991 187,991 00000000000005e6d10289cc8881a82b43fb3010f6eecb832625440b362d8d34 87 0.04/1.00 vMB 156
187,990 187,990 00000000000000b9b31e35822f9d8d40a7f9395209bb80780831448aad1e1ac6 439 0.16/1.00 vMB 134
187,989 187,989 00000000000000672d42cf5ba8cbed74b93e888145b7320e43bd21f8aa9ebdff 32 0.01/1.00 vMB 5
187,988 187,988 00000000000008d31ef34585e2e58be027e08cdcd011d32bc9365fe21ad472bd 11 0.00/1.00 vMB 1,545
187,987 187,987 000000000000051973844a1b7475f49dfcbcca8fda7ae0a8f0a9f2f89bb8a86c 208 0.08/1.00 vMB 112
187,986 187,986 0000000000000022f3f703c594b6a0266951b603278f1dace79f9d7adcfbd0a9 128 0.04/1.00 vMB 145
187,985 187,985 0000000000000898af75a1a52b1336e6ce983d8fb6e263788d1c64210b05f63d 55 0.02/1.00 vMB 113
187,984 187,984 00000000000006e1d8ccc12704ab98eea143d3693c8954c6c3c81bc5d1873d10 191 0.07/1.00 vMB 142
187,983 187,983 00000000000002774688ff4c578c12f524d03d74f5df298fed70a14f291b2854 124 0.05/1.00 vMB 101
187,982 187,982 000000000000000ae4166d2cfb32d4d7e28e4962e6d3a0a687f6929532dd7416 106 0.06/1.00 vMB 133
187,981 187,981 00000000000007ee92ce56b88159a7cde11f27d1cb6173bea1fc52ac8d9616be 44 0.02/1.00 vMB 85
187,980 187,980 000000000000077e8f3c837f8ad6b26bd32bd6b644eac9cb10fe5f8c19adbbec 67 0.02/1.00 vMB 25
187,979 187,979 00000000000008a7e27c19cd25a50ef837a2728946b2c009e79ba262e4ee8d29 103 0.03/1.00 vMB 51
187,978 187,978 00000000000005654ec7467101432d3227956719b67a44e54240a527dbddd5c7 319 0.13/1.00 vMB 146
187,977 187,977 000000000000083482171845cabe9e2b820cb6b4474d162d4cf8e2688f5da65e 9 0.00/1.00 vMB 21
187,976 187,976 00000000000005b1285ad87c003a3d55a4b21c0689d36ac5b87ffe0da8db44f9 34 0.01/1.00 vMB 106
187,975 187,975 00000000000000e1cce6df55946e816287c2e3e7fbe568cc6521592d4f91c690 112 0.03/1.00 vMB 81
187,974 187,974 000000000000044b4768e7c510f2f40f4c078606e94f48777c46a221936e1bf9 159 0.07/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.