Loading Tool

Explorer IconExplorer

Memory Pool

48,835 transactions
28.11 vMB
0.08272779 BTC
Random Selection Loading Transactions
Max Size: 149.13/200 MB

Candidate Block

Mining Attempt 21e5775fd0706eb2d87b8a683bf7532a332feb70141ea3cfc1eb990f9b4d27de
Version 20000000
Previous Block 000000000000000000000193ea46eab29b52c30512336c377fef400613778b56
Merkle Root 4da50429d48e04f844bec38c789d83d51475542e8c20316f1121dfcfd11f3f80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,326
Size: 1.00 vMB
Total Fees: 0.02937835 BTC
Feerates: 201.37 > 2.94 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,769 (271,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,821 642,821 0000000000000000000a9b1782c7116b6ad08c6825a48ca05e709450ae82ed1d 2,450 1.00/1.00 vMB 24
642,820 642,820 000000000000000000007cd37353a8346b2db5ea1a0fdb3f2b25dcb5ee2ce1b1 2,486 1.00/1.00 vMB 16
642,819 642,819 000000000000000000060d6be85988d0ecb3bff329f4d9dc07df59fc15193c33 2,591 1.00/1.00 vMB 74
642,818 642,818 00000000000000000001ca6d8dffd74992c492c32eb94c35988d608bd190da70 2,349 1.00/1.00 vMB 42
642,817 642,817 000000000000000000105e80a8bb8733891b4ccbfe44d528631216507b8659d7 1,857 1.00/1.00 vMB 137
642,816 642,816 000000000000000000075999f859c71097c2968387affc7623bf1e68f05aa200 2,305 1.00/1.00 vMB 86
642,815 642,815 0000000000000000000228f38e7eab1d36dacbc69f6979ecf7ef38160260894d 2,798 1.00/1.00 vMB 118
642,814 642,814 00000000000000000004a163757efa0029499430b795f04bba0f2b26b3efd72b 3,250 1.00/1.00 vMB 163
642,813 642,813 000000000000000000060c9b92fb5547779d03a500665b12091522dace81ea63 2,138 1.00/1.00 vMB 41
642,812 642,812 00000000000000000006d36057cb6e517eb61b9f53703a96bc7476b296c9b210 2,038 1.00/1.00 vMB 58
642,811 642,811 00000000000000000009c57ced2a6bfc29a1e0530c8677005d58f2682b3f7bea 2,794 1.00/1.00 vMB 9
642,810 642,810 0000000000000000000816ef67bb7372dbcc02739a54a3410b779a7f2e40e23b 2,496 1.00/1.00 vMB 51
642,809 642,809 0000000000000000000191d5c9adf2833598c7d182a5ff18767efffcdcd16c72 2,658 1.00/1.00 vMB 134
642,808 642,808 000000000000000000008e1ce27d4d6cd77d3cdca14fa03d1d4d2fb093a24438 2,783 1.00/1.00 vMB 145
642,807 642,807 0000000000000000000fcdddce929e4de6f3e352d6f3fbbd6c2c34ae39e85d24 531 1.00/1.00 vMB 7
642,806 642,806 0000000000000000000aaa6e9f72dca2d721b9efa3dedc275261a2332c13ce6b 2,157 1.00/1.00 vMB 51
642,805 642,805 0000000000000000000d4c534f6de5ba8702d9055df1e12456966283ef16909a 2,259 1.00/1.00 vMB 32
642,804 642,804 0000000000000000000626ba445084aae885a03d1c07d9e7cf6cc97afd4f6e25 2,709 1.00/1.00 vMB 85
642,803 642,803 00000000000000000009c4be877686f79bf376a9ea6ddb9bf330bca1ee9e20c0 1,282 1.00/1.00 vMB 7
642,802 642,802 0000000000000000001013496769c827b5ef5dd58b3730ee3777cc8d48358a5f 2,406 1.00/1.00 vMB 49
642,801 642,801 0000000000000000000030097a7f9c055c275b4e26d6d8894e7b48a0acfc3786 2,816 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 781.97 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: 648.18 GB
    • Received: 13.01 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.