Loading Tool

Explorer IconExplorer

Memory Pool

69,932 transactions
37.25 vMB
0.26014529 BTC
Random Selection Loading Transactions
Max Size: 199.68/200 MB

Candidate Block

Mining Attempt 33d629e268101e3f9ba8553d31348b932caae47138d03cffcb88137d1e21526c
Version 20000000
Previous Block 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c
Merkle Root 557ffaa4d6c68face29f52fa7b74181407d2dd4a05fc214e5d21e77f58f25b29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,794
Size: 1.00 vMB
Total Fees: 0.09972727 BTC
Feerates: 477.45 > 9.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,418 (564,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
349,515 349,515 000000000000000003a6e1d1660f517b7de6ae8c90335560c05e6f986e5c7a33 1,088 0.58/1.00 vMB 25
349,514 349,514 00000000000000000de9531c2850575af6d6bbf50e7b45f7e8e335303be03816 1,275 1.00/1.00 vMB 18
349,513 349,513 00000000000000000cfc4f280c7d4819ee928735f377aa01918a6e1f523240f9 2,264 0.75/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

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