Memory Pool Memory Pool Refreshing

8,569 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
899,891 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,750 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,890 (3,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,322 896,322 0000000000000000000243af9a807eebb506159fd438cffe6255e2e537639f0b 1.64 MB 3,011 3
896,321 896,321 00000000000000000000988f05adfaafdfb9060478d516a73fd39d53e32b5c45 1.53 MB 3,418 3
896,320 896,320 000000000000000000016e10d8222bd420c8c42c05c0921e9fbd422f0b7dbee3 0.77 MB 1,523 2
896,319 896,319 00000000000000000001ff49fe60198fe232acee2227c14f5896dc9b55af5a69 1.22 MB 1,924 2
896,318 896,318 00000000000000000001f6c4b914debd1782580c1a96036129381ae0ed0d50d7 0.09 MB 126 2
896,317 896,317 00000000000000000001404e6814fd9e1f61bb07502f491b8b77b0b26f1f4152 0.28 MB 428 2
896,316 896,316 000000000000000000009fe4ef66ba281199e1f562d9912b103eef56d3336ad0 1.14 MB 1,610 2
896,315 896,315 000000000000000000004e8f31ae42cacdf6014db8a825196936da634c294324 0.69 MB 923 1
896,314 896,314 0000000000000000000220ff9fc41c7d0417f565b359bdbdc04bfcac8ce41d29 1.09 MB 2,346 2
896,313 896,313 0000000000000000000117e97eb7092d88d43fd63f576427b1b3a8ae4a137069 0.89 MB 1,527 2
896,312 896,312 00000000000000000000f1003d97528ce5867335f3101a0845b83eeffaa9c603 0.77 MB 1,342 2
896,311 896,311 00000000000000000000c40515475f82e30e39eb5f6bd16a7f70553d18da83fe 0.27 MB 688 2
896,310 896,310 00000000000000000000aa583a93f9711865496f48b1b3d262771d091af680b2 1.36 MB 2,763 2
896,309 896,309 0000000000000000000027e8a61142a1ede0fa24975c903504feebc1ba8ef88b 0.27 MB 680 3
896,308 896,308 00000000000000000000d30fac3c47a3a64e42b75ddc7804df787d1037d0dc9b 0.85 MB 1,942 3
896,307 896,307 000000000000000000014b22a63d041848add1c508a9e74cc2a8a102b62c2039 1.25 MB 1,921 1
896,306 896,306 000000000000000000015d4000fb1b7041d82ecca94ce46f064bf867625b0ea6 1.38 MB 2,179 3
896,305 896,305 00000000000000000000b6ee0b266cefa8b42942139db117befdf13a6f8a2b0b 1.98 MB 1,205 1
896,304 896,304 000000000000000000024d40218db3e67c55a5aa4fce239b4c14270bdc95042a 2.34 MB 1,814 2
896,303 896,303 000000000000000000017eb1fd1109a4493bfb220f5c33a82c5ad7e4f95566dd 1.97 MB 2,322 2
896,302 896,302 000000000000000000000951b634ea6ded0f278963667e75ba9635435d4bbba0 1.63 MB 3,555 4
Previous 10 blocks ↓
Total Size: 755.79 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: 542.67 GB sent, 27.35 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.