Loading Tool

Explorer IconExplorer

Memory Pool

65,581 transactions
36.42 vMB
0.25934357 BTC
Random Selection Loading Transactions
Max Size: 193.69/200 MB

Candidate Block

Mining Attempt aa8cdb7fa8850c0c580d0cafdb6db89145b2900b512699bbd417579257fbfec8
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 8ec6c791d32404984e183de529abb0c85b478dd41d22e5c4a621dce561d70a2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.14270847 BTC
Feerates: 1,471.76 > 14.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (564,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,536 349,536 000000000000000012768515d37beb508c2594909f9bf906c392d8075de294e6 845 0.45/1.00 vMB 25
349,535 349,535 00000000000000000b5985ad74162bcab96d75c5d7974e54930df32d55fe2408 1,036 0.54/1.00 vMB 24
349,534 349,534 00000000000000000d32305d84e109bee0459435e33e9cc6b5b07c7203e12e42 1 0.00/1.00 vMB 0
349,533 349,533 00000000000000000bd7537ae802a1ec46fa401ca4f2d144c5be2553954556e9 1,335 0.63/1.00 vMB 28
349,532 349,532 0000000000000000011044795c7eb26ecf9c1194a57e2933cdd3f51e25a586c1 376 0.23/1.00 vMB 23
349,531 349,531 00000000000000000814d935790ef54d956c92c04f7e5550e11b7c7bcc746345 805 0.38/1.00 vMB 27
349,530 349,530 000000000000000015d75e83b4c5cca4d99c7623458449ecfbfd42cb63837324 103 0.06/1.00 vMB 7
349,529 349,529 000000000000000013621c2ece9a70e6cfbbb1b96e7ae2d1b9438d7404beaec3 524 0.40/1.00 vMB 14
349,528 349,528 000000000000000016b2ee83fbab2b4639808e4fdcde3a0237f53808d09254d6 2,335 1.00/1.00 vMB 31
349,527 349,527 00000000000000000faf1d77957022eaab3dbd8d3b11acf579abda3b8350cac4 699 0.41/1.00 vMB 25
349,526 349,526 000000000000000000d20a782b6e2f321e05aee3cef5f574ccc90a79553b857b 301 0.20/1.00 vMB 23
349,525 349,525 0000000000000000079e6dac596eccc48851ceea59878dc5525dc3b3bc460d32 196 0.18/1.00 vMB 19
349,524 349,524 00000000000000000ffe62532fb781d7c5a8287a9aae9a0fcf242865bc7ef657 139 0.12/1.00 vMB 19
349,523 349,523 000000000000000011dda89cf176dedff5b551e1ea1a59133d1aa08bc9451c8e 1,431 0.68/1.00 vMB 30
349,522 349,522 000000000000000009d4f086e1e3195c8313dde8aa2322c7c1a48880c2cd3881 101 0.08/1.00 vMB 11
349,521 349,521 000000000000000013dbc20e17dc07fda8e8e5c1ddf9b3f83ac607d18c939814 423 0.25/1.00 vMB 27
349,520 349,520 000000000000000012e40f8702173ff3993cf1999dc523967ab1cbe7f22eb0ae 605 0.38/1.00 vMB 22
349,519 349,519 00000000000000000077a2302a260d113d3dfd6322ef4a9f6e8c6e62e39cdb54 1,074 0.70/1.00 vMB 19
349,518 349,518 000000000000000001c8dc7acd30f9da1be09b6e301619bfd287c469ce178bd5 2,067 0.75/1.00 vMB 38
349,517 349,517 0000000000000000097c203e60bcf257d1328f9f9087d44bd02634f977a186b3 934 0.43/1.00 vMB 27
349,516 349,516 000000000000000009b13a6b9a7549a35f4eace121a9c03aaa4a44d1258c7174 323 0.19/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 601.99 GB
    • Received: 10.24 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.