Loading Tool

Explorer IconExplorer

Memory Pool

79,108 transactions
29.58 vMB
0.07155464 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt f7f579fa83750af7616dc2462e57c28202a25b23f4fd14b5d913902417fadd91
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root d7974bc9baa5a6d18356773a4128f3aa4e54389e95a3e9089e8729b8564a03a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.01146468 BTC
Feerates: 60.27 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (74,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,078 840,078 0000000000000000000082bc6aec972ad9a2708b8f922fdc0672728d03366ce5 4,588 1.00/1.00 vMB 937
840,077 840,077 000000000000000000018bd4948d21337c98ea27cd5586393a31c644ce9ab1ce 5,294 1.00/1.00 vMB 1,120
840,076 840,076 00000000000000000002e72a1bafe4e7667a6c49c0ae0b9196e943c85309bc02 5,843 1.00/1.00 vMB 481
840,075 840,075 000000000000000000020e131858f9e5ee21c487d21e626b67854c1a4554cf61 4,551 1.00/1.00 vMB 394
840,074 840,074 00000000000000000000fbb0215b1067199e57e99b5b1fafc59afa8d2652a9de 5,096 1.00/1.00 vMB 540
840,073 840,073 0000000000000000000322b7d9541a82a64e77efbd2deff1d6790849aa841383 4,665 1.00/1.00 vMB 382
840,072 840,072 00000000000000000001049708d66e565743074367d9c3dc6341254973d0c512 4,892 1.00/1.00 vMB 378
840,071 840,071 000000000000000000024617b4d2683c6170844f7bbd76ef0d3c5a2c5dcbed78 4,303 1.00/1.00 vMB 417
840,070 840,070 00000000000000000001b4b41c5d7e1904da04facc8cce1a30fe202f5a83944c 5,153 1.00/1.00 vMB 625
840,069 840,069 000000000000000000026c10b27a3693f33587edde74c1c9c540c8b001384992 4,961 1.00/1.00 vMB 838
840,068 840,068 0000000000000000000059721e5b8e76d4be8e8b4e875c51d825e7e18960f37c 4,373 1.00/1.00 vMB 394
840,067 840,067 00000000000000000002af6727d9f5184a2b8d690f4e387bb0f3b7084c08e674 4,490 1.00/1.00 vMB 657
840,066 840,066 000000000000000000002ee971f3eb6d61a47a9337f186908256a0e680b11abc 4,735 1.00/1.00 vMB 558
840,065 840,065 0000000000000000000154d7cdfdaaeeaf1e224e841f01a0eb1423390876b04f 4,550 1.00/1.00 vMB 522
840,064 840,064 00000000000000000001289854c5bbc59c15dc0d0e73ba477222aa8f7da90e04 4,632 1.00/1.00 vMB 680
840,063 840,063 000000000000000000014b25e97f21a6f662b5288c8fcaba723c1f0d1364213a 5,214 1.00/1.00 vMB 688
840,062 840,062 00000000000000000002fc5099a59501b26c34819ac52cc16141275f158c3c6a 4,899 1.00/1.00 vMB 672
840,061 840,061 000000000000000000029bfa01a7cee248f85425e0d0b198f4947717d4d3441e 5,541 1.00/1.00 vMB 776
840,060 840,060 00000000000000000001f02b42f8c27b01d6ae0cd204747e93597743a4f74bed 4,752 1.00/1.00 vMB 870
840,059 840,059 0000000000000000000147d05533ec51c18b70750078ac11f13e1218265a7e6a 5,636 1.00/1.00 vMB 911
840,058 840,058 000000000000000000025baf43204398260afa50cc46d063b711a1711cb0692a 5,223 1.00/1.00 vMB 1,029
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.