Memory Pool Memory Pool Refreshing

1,230 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,908 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,223 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (764,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,816 143,816 0000000000000106883f960a2527e37b6c93b1cc2416ef280cc0c885e9c38d41 0.01 MB 23 253
143,815 143,815 000000000000004519593287fb948d8bd192e234c92fb603019edc16b075e45f 0.02 MB 32 210
143,814 143,814 00000000000000dd75c4a706bb2006dd9d2fdc159befbde8112f8d2ec06ca881 0.00 MB 11 382
143,813 143,813 00000000000003fbf7e34d2c675c1d58d5a001c49d988cfa85a257e5948c5ce3 0.00 MB 17 275
143,812 143,812 000000000000077c0978ec7f4406624ea48f0ba5580e8e9d5a5211481431c51f 0.02 MB 69 163
143,811 143,811 000000000000033ea0c4300cf28c2b19124ddee39695aac36fe8632da9683c76 0.03 MB 104 194
143,810 143,810 00000000000006fd5954df866876c8eb99e33bfeb7398dccf613f4997141cfac 0.00 MB 15 248
143,809 143,809 00000000000001501f6d71a937fd330a183b5971af0607e106545e79fe2a309c 0.01 MB 31 56
143,808 143,808 000000000000083d01ec94004a2b5caf0194e143b877d8a61a8e463266c49ee3 0.01 MB 26 269
143,807 143,807 000000000000034ffd9fab99e65f64f593702375bd543dd225f4d17062cdae88 0.02 MB 46 32
143,806 143,806 0000000000000488d43539320e4bf05f8c5f7977855fe10658a32b4daee90803 0.03 MB 64 146
143,805 143,805 00000000000002f22a46fc352f11b5a32507da672a9d2da0669ce5bd5bc89aab 0.02 MB 43 51
143,804 143,804 0000000000000275d195535b15061d1d790e920ae295b70e894b303d890fd37e 0.02 MB 44 83
143,803 143,803 00000000000002c79293cc8c1b7d9044807f8919e6a23048f5e4df2ecc4b0ef1 0.00 MB 10 44
143,802 143,802 0000000000000715fa7dc70c39989b933d15110a91f0c4480c52214bd4f2b62d 0.00 MB 8 44
143,801 143,801 0000000000000619cd935735da7b994e3f72965b5900a890772007978e0933ae 0.00 MB 4 24
143,800 143,800 0000000000000924f634b005286ad2832ee74f4ba26424f02d29ffc250c419b5 0.01 MB 30 291
143,799 143,799 00000000000007c20a5b8f822c241d0133ddda02f0a49158be25d98859ea74a9 0.03 MB 38 344
143,798 143,798 0000000000000880b16e24437cce49b579aaedb79c9bd30662f0e1371a325617 0.01 MB 10 199
143,797 143,797 00000000000002303e30988d7e8d17e4d171036b05d843447a8e3e836d64d5ff 0.00 MB 1 0
143,796 143,796 000000000000092c9c85cb50d5afc869cdd4d463e265c95a8df92d32eed5f7f0 0.02 MB 76 63
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,643.88 GB sent, 94.78 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.