Loading Tool

Explorer IconExplorer

Memory Pool

45,590 transactions
28.90 vMB
0.12844680 BTC
Random Selection Loading Transactions
Max Size: 150.85/200 MB

Candidate Block

Mining Attempt 6162385af594825201a4a5a277cc4a3e24539df753cf37266fd41b49b0ba8ad2
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root b9c824a69b76c9e5573b2eeba27e65da9cada7bd871b625e69913341bd3a2023
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03984913 BTC
Feerates: 201.13 > 3.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (79,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,084 835,084 00000000000000000001e0427617f94a0e7f41a42ec6f3e864e8e0376d370ec2 1,172 1.00/1.00 vMB 10
835,083 835,083 00000000000000000000e7d8aeeb1c408b55adeae13c1f8545238d2179fe80cd 1,934 1.00/1.00 vMB 9
835,082 835,082 000000000000000000024d81b1729b9423b9a7c59fce5730202cee60b1119126 2,631 1.00/1.00 vMB 16
835,081 835,081 00000000000000000000d96fecf867646b22d981a96adb7164c469cded2eff13 2,808 1.00/1.00 vMB 13
835,080 835,080 000000000000000000003c3ac46f7acf763fa5cef061cddd7497c875a542bbd9 2,674 1.00/1.00 vMB 12
835,079 835,079 000000000000000000030d490552bf50f330fc8a8227097de90f0820f1c976a5 2,641 1.00/1.00 vMB 17
835,078 835,078 00000000000000000003373b91aa60f7c735863a262c423f96a541bd0194127e 3,161 1.00/1.00 vMB 24
835,077 835,077 00000000000000000002d578add02468c118aac5bc0f1a162e4f93dbb826c453 2,855 1.00/1.00 vMB 10
835,076 835,076 000000000000000000034ca3d97594451245deb812ed2be7cf178ef5fc6195a3 2,945 1.00/1.00 vMB 22
835,075 835,075 000000000000000000000c3cf8579368db9019d761f7255f7a72d752477ed9f2 2,449 1.00/1.00 vMB 16
835,074 835,074 000000000000000000025f3b347f9e628f7eba3609e2d70e576ef7f248c388b5 2,835 1.00/1.00 vMB 17
835,073 835,073 00000000000000000002f825d109ef7c99cefe62249055d77a3a9e399d93ac00 1,824 1.00/1.00 vMB 16
835,072 835,072 000000000000000000027e8ab23c5db563a549d55301703dcacf9fe8bc3ad877 3,463 1.00/1.00 vMB 25
835,071 835,071 000000000000000000015e4b40d5f67961d60117604a878adc90a1fc09265341 3,569 1.00/1.00 vMB 29
835,070 835,070 0000000000000000000016e2b2f1c84b1fb4c20e62bdf43b46abf226fac656e1 3,529 1.00/1.00 vMB 23
835,069 835,069 00000000000000000001d927f49a5e0b5c2d353a526012f5ba7b49b3b7550eac 2,758 1.00/1.00 vMB 16
835,068 835,068 00000000000000000001cf6a050d431c2ef8db4f5453e10486a8e66944c69720 2,620 1.00/1.00 vMB 19
835,067 835,067 0000000000000000000041fc7898ecab3fadeab4d8379d475d4d44f86dc9acc9 3,200 1.00/1.00 vMB 25
835,066 835,066 000000000000000000018832d8f3b3e8d6e7d683e3a59c5785ae82f80bea5c55 1,142 1.00/1.00 vMB 11
835,065 835,065 0000000000000000000147a62d1096c3b230d3bc6de6605c2a7e4330afa3221a 1,511 1.00/1.00 vMB 10
835,064 835,064 000000000000000000008dd4be87d10f1f32af5af1eddc5c190b632bc5b01042 2,805 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.