Loading Tool

Explorer IconExplorer

Memory Pool

78,593 transactions
29.13 vMB
0.11751217 BTC
Random Selection Loading Transactions
Max Size: 175.71/200 MB

Candidate Block

Mining Attempt 8ba3588726e320d3f5d5e4f5a1f655c600847eeb8ce46d27cc0fae9e22394d4a
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 43860c9ddaba5f3b45d2b443a90abfe0f37a1955fef17602703914a903b39d4b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.04233933 BTC
Feerates: 150.80 > 4.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (274,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,022 641,022 0000000000000000000aca9ff588d463ad0d5af9f5bdf28c6979dab817fabc55 1,771 1.00/1.00 vMB 81
641,021 641,021 0000000000000000000b684999d2e696ada71118269e74f65063cd7835e99252 2,371 1.00/1.00 vMB 105
641,020 641,020 000000000000000000039fb3de4518f7d256e41b2388987eb72cc6fac3f8ecc6 2,463 1.00/1.00 vMB 103
641,019 641,019 0000000000000000000169ba0d84f1a8841eba1ab4d11cf1e91c1b3e16d9cdfc 1,558 1.00/1.00 vMB 52
641,018 641,018 0000000000000000000d4a2c108897af64924562c842e538567bca1799044e59 2,209 1.00/1.00 vMB 75
641,017 641,017 0000000000000000000510dd78996561ee7a7d5a8a1e4dd334d214c895c95bbb 2,027 1.00/1.00 vMB 80
641,016 641,016 0000000000000000000c010516b08cf95c3fb3e27378ee2d774925fdcaa4a63e 2,708 1.00/1.00 vMB 67
641,015 641,015 00000000000000000005cbe309f4d602365c3babe8f793dc0a6acb5ab6f060f6 2,089 1.00/1.00 vMB 99
641,014 641,014 000000000000000000066a3c9c160e48f8b5b3f5c62fe793215189c01cab250b 2,241 1.00/1.00 vMB 85
641,013 641,013 00000000000000000003ada654da5b6c134e541a77b672865b9ce194e922b035 2,506 1.00/1.00 vMB 68
641,012 641,012 0000000000000000001007698c6f42d6009880cb6a736dfea50d8a0ab7b17dec 2,377 1.00/1.00 vMB 83
641,011 641,011 0000000000000000000eaddd5085930fa06983f5d14324a80deb1fc74d13466f 1,907 1.00/1.00 vMB 104
641,010 641,010 00000000000000000004d9cd9dc1303eac660d267c374880e5dca14640234553 1,734 1.00/1.00 vMB 65
641,009 641,009 0000000000000000000b499dfd9e55bacad6c04005392f466352b32209c732b7 1,999 1.00/1.00 vMB 72
641,008 641,008 00000000000000000003757e28d49fb8fafb3b2ab02d6dd4971f53c1dd4f69c4 2,262 1.00/1.00 vMB 91
641,007 641,007 00000000000000000003d9e6ead04b7bb56fd0be82527f435b4346232d811a2f 2,581 1.00/1.00 vMB 76
641,006 641,006 00000000000000000002d6caa9f62c109079d75769a727cccc237b6052a87168 2,568 1.00/1.00 vMB 90
641,005 641,005 000000000000000000038f7ed618675e388b89f9bfc18eafd1d7e4806accec4c 2,260 1.00/1.00 vMB 100
641,004 641,004 0000000000000000000ac5995804077cacde5fcd0edbbb6052310c047164ee98 2,217 1.00/1.00 vMB 95
641,003 641,003 000000000000000000059e3ee9a54b032ad396284f13aa47886321507c3c0259 2,632 1.00/1.00 vMB 89
641,002 641,002 00000000000000000001e3e47ce1a62ad0c352e3f64d3b8f708ad7ee18a3cc8a 2,505 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.