Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,567 transactions (2.91 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,690 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,344 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,689 (866,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,723 42,723 000000001e2a373f857f33b222bf85055b2a19e8920a2bed6e1f8228ba63b114 0.00 MB 1 0
42,722 42,722 000000000b0bdae3b1d1ef5bfb1ddddea8c8cca4e3b393fcc7c7958eccd24ab7 0.00 MB 1 0
42,721 42,721 000000001b948c5dae00047604608b745f0fadcd1a91e7e6003af166070014ce 0.00 MB 1 0
42,720 42,720 0000000029d469b5d9fcf91c1d6fa3223d5f01f6b6b245788cfae38372e3d1df 0.00 MB 1 0
42,719 42,719 000000003a69da4547e2ca9758057ebe9b83a8ba03de9956ceea1fc0266f5829 0.00 MB 1 0
42,718 42,718 000000002a3bed65339f26326f2875b30a6596b273cdb904f435e7c4ff8b8c7f 0.00 MB 1 0
42,717 42,717 000000000b3a31e9799b5eda44d3d449f89214d54f0b5b0b961d8457cfa8d18d 0.00 MB 1 0
42,716 42,716 00000000224eff55969cf8e2760f8d0ada1cbf7c2f38e1115b32c94242193db2 0.00 MB 1 0
42,715 42,715 000000001d312dea1de24b374072f1b60787eb3348ba34b31b61f061c41b4d7c 0.00 MB 1 0
42,714 42,714 000000000db7917b875513ac00b47e7c2b4ea218bb1fa07962eec3b59e5f7451 0.00 MB 1 0
42,713 42,713 000000003bf21172a83443f1ea49da96cf7f157f9c8958dac1405f4c2c29e5f0 0.00 MB 1 0
42,712 42,712 0000000024c9f72fcf13b75cc902c6b9665cb3dab25d2289ad6faf7543ec4238 0.00 MB 1 0
42,711 42,711 000000001507996f69e0a2ca7724422d405c813470286ac4d863d8bf5b4742dc 0.00 MB 1 0
42,710 42,710 00000000090c9433f43ab7509c19fe4bd1d8e86a6e9611d89d19036562a5eb6a 0.00 MB 1 0
42,709 42,709 000000000edb61c84d47c8a7430a04aad73f5fec4c3e945f806ca3bdfc24d6bb 0.00 MB 1 0
42,708 42,708 0000000022fcefbb953544190d8036c02063db12c39d91b01b0f7b3011946616 0.00 MB 1 0
42,707 42,707 0000000006121bb47bfdd9c1d957eff6459ef40f4467324e7c12316f291fb4dd 0.00 MB 1 0
42,706 42,706 0000000021674fe91eaab1b495720d8b4123d5d0181c32c3d0ed750a68f8e82e 0.00 MB 1 0
42,705 42,705 000000003ab7e2f444518d118a15c65a160549325d50932d648b2756a9e14ec3 0.00 MB 1 0
42,704 42,704 000000000a9bdf7349efcb696fb6d3e0454b3ff675e574dfb30169f8642b6d1d 0.00 MB 1 0
42,703 42,703 00000000243df5588f0796975d202de0c85a22d7879e0d6badbe5c65d8940675 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,149.44 GB sent, 112.49 GB received

Notes

  • This page updates every 5 seconds.
  • 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.