Loading Tool

Explorer IconExplorer

Memory Pool

88,602 transactions
33.23 vMB
0.19468701 BTC
Random Selection Loading Transactions
Max Size: 199.95/200 MB

Candidate Block

Mining Attempt a3fa386295d5ec0520a71383b3c1fa17972290b12ab6ab14e53db52c2045edf6
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root c6f339ccdb0ebbf527ad9838d7b88ee2892352956d4aa98b0b7a2aad1c960eb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,910
Size: 1.00 vMB
Total Fees: 0.08537266 BTC
Feerates: 387.56 > 8.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (126,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,896 788,896 0000000000000000000291e1285acdb50a355be7d36bb8db38b5a7787a99c1ea 1,594 1.00/1.00 vMB 229
788,895 788,895 000000000000000000018b5187fa82cf0b93847cb64aa37d550b1d2ba16f5f79 1,836 1.00/1.00 vMB 208
788,894 788,894 00000000000000000000b34f73482a11d95ceb6f43ed4b9f4251289e5321d771 4,524 1.00/1.00 vMB 300
788,893 788,893 00000000000000000004ac7e10b86c805d58324cc70105d0d18b35a3253c7fd5 5,118 1.00/1.00 vMB 227
788,892 788,892 000000000000000000045f86eeba8a9088ba83826a162506be21da39907327c4 5,111 1.00/1.00 vMB 242
788,891 788,891 000000000000000000040e63543984a26212daca410aa6ed85bcdc5af629bb6d 5,098 1.00/1.00 vMB 323
788,890 788,890 0000000000000000000124d55b6c19a05e3415001267f2cac0c03d8c6de8bf03 5,189 1.00/1.00 vMB 318
788,889 788,889 00000000000000000002e29090ab1a0ec17ab883494baea9bd5c736f7bc6b504 4,835 1.00/1.00 vMB 495
788,888 788,888 0000000000000000000317aba6ff8d8396c8d89f0b07bec5da25f17863bec93d 4,978 1.00/1.00 vMB 365
788,887 788,887 00000000000000000001782d9988548d742734a71b0125d5b0064a73049c7af9 4,371 1.00/1.00 vMB 485
788,886 788,886 000000000000000000042e59020bb65cd4221498a9cb6fc81bb43a35bdf9d8b6 1 0.00/1.00 vMB 0
788,885 788,885 00000000000000000000895699ceeb6c95bddc1c79b68a2c941ba15b4ee34a7b 4,929 1.00/1.00 vMB 331
788,884 788,884 0000000000000000000544e1436b437aff463bca530b43e88edca27514f32072 4,424 1.00/1.00 vMB 395
788,883 788,883 00000000000000000001956b21e2e8c3fdda133ca9f40e9f94fc30caf99d3f8f 4,225 1.00/1.00 vMB 228
788,882 788,882 00000000000000000004331caad06a5d28775f5e6f6db3c08d42af509558a6b2 4,648 1.00/1.00 vMB 226
788,881 788,881 000000000000000000051f05f665491c43a8baaa4059dbbcc3317d900633d249 4,818 1.00/1.00 vMB 294
788,880 788,880 00000000000000000001e79a2d12d653a5b629125f92de4f868a2858beb3b0ab 5,051 1.00/1.00 vMB 239
788,879 788,879 00000000000000000004f3a4f4246f8f91d726800c427f2162cb9a7be481be15 4,648 1.00/1.00 vMB 266
788,878 788,878 0000000000000000000312090cf291d57515a48f1c26c1c0afc94d290e00a3f8 4,664 1.00/1.00 vMB 309
788,877 788,877 00000000000000000004cb90cade949094d4a80d19eef011aaf005fade4e9984 5,071 1.00/1.00 vMB 264
788,876 788,876 00000000000000000000d28cede3c939a99fd5d257f15a200e21a90d685c7d50 5,013 1.00/1.00 vMB 357
Previous 10 blocks ↓
Total Size: 782.31 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: 660.03 GB
    • Received: 14.62 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.