Loading Tool

Explorer IconExplorer

Memory Pool

79,205 transactions
29.32 vMB
0.09773571 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 1a0bbf30c90079e5613bad3ff5f5c8f4c67178b72c370ff39d6443bc23f09163
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root ab1e07e4a00c78dbde56612685d1a29607158bcd34339a7953faf6e55e077b19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.03550510 BTC
Feerates: 150.62 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (50,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,950 864,950 00000000000000000002c9427ea18ac3d97a1588ab42df1512f8cb5547c1ee6a 3,570 1.00/1.00 vMB 17
864,949 864,949 000000000000000000018a05dd0547a30d13a879e669d5ac36e04acbe2d48ff8 3,276 1.00/1.00 vMB 9
864,948 864,948 000000000000000000025be0c4d7af89a86ad5d77f91f7256e2e42753d717b15 1 0.00/1.00 vMB 0
864,947 864,947 0000000000000000000054506a9672afbc021c5bd856afc26b884c8e85d18d3c 3,662 1.00/1.00 vMB 12
864,946 864,946 0000000000000000000109960ac2d8c4d9b946a8ccd6333f85b1efd2147a61d9 2,875 1.00/1.00 vMB 13
864,945 864,945 000000000000000000016f8ce402c89cc90d5e4cd45ab6febe151cd40b89533d 3,538 1.00/1.00 vMB 17
864,944 864,944 00000000000000000000fbe84daf6fee501640af9679f564523541fb29482cfb 3,848 1.00/1.00 vMB 17
864,943 864,943 000000000000000000005980c9a351630a4733b01419ffb817ad69e43fdbc581 5,317 1.00/1.00 vMB 21
864,942 864,942 000000000000000000018cdd007c82aa4dbf73639ba98aa1b3807bdf48d6783e 6,262 1.00/1.00 vMB 27
864,941 864,941 0000000000000000000256491fdd7cc579979b0b3f2397a73aac597ffebe8237 6,403 1.00/1.00 vMB 13
864,940 864,940 0000000000000000000192e38aff7f60d652ce22b71380edf8dee10a7a0f5beb 6,767 1.00/1.00 vMB 16
864,939 864,939 00000000000000000001a7db887cce6423e7a9f344e56bc8d870cae012f406a1 6,924 1.00/1.00 vMB 17
864,938 864,938 00000000000000000000f3b6cec05675dc1cf542ac0940561aa98ea02ecae6e6 157 1.00/1.00 vMB 9
864,937 864,937 000000000000000000001580a90e0f51cb07ed9eed4727d5db39d54e03e45578 3,650 1.00/1.00 vMB 6
864,936 864,936 000000000000000000027b3c1d8f0fc85e604570a376b7ed3cce3a49931c4996 2,953 1.00/1.00 vMB 8
864,935 864,935 00000000000000000001535b16a93cc125c3af298d503cbef27593ea8dec6e09 1,820 1.00/1.00 vMB 7
864,934 864,934 0000000000000000000093143d16b6a25fa7afcc7a7b1174fea6b10c20d59229 2,617 1.00/1.00 vMB 6
864,933 864,933 00000000000000000002e6c21682318d381de8a9602e348b58c3d5957a37d9c8 3,715 1.00/1.00 vMB 18
864,932 864,932 000000000000000000029efed2e9886845f106d63d253e4ac67665f3c2af6f1b 3,363 1.00/1.00 vMB 13
864,931 864,931 00000000000000000000f29d2d0285bbc28698049f9347648d159c09992f7d11 3,280 1.00/1.00 vMB 12
864,930 864,930 00000000000000000000658937d1b30c2ec20b5d23cf752a7ca8f10466b15968 3,547 1.00/1.00 vMB 11
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: 673.08 GB
    • Received: 16.38 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.