Memory Pool Memory Pool Refreshing

7,974 transactions
4.92 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,766 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 599 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,765 (740,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,577 161,577 00000000000003e6ad7722c248a1edb973e42c4ea9c6c0ef5ea70c0d4fb214a6 0.00 MB 12 17
161,576 161,576 0000000000000462ca07e3d13c8dc2eac07584e1d79fd8b3bab6c5a5a316453a 0.03 MB 40 107
161,575 161,575 0000000000000cba9099d55a3d45fe853150905c5a86ec465f8dc37cad4e2a56 0.05 MB 122 111
161,574 161,574 0000000000000122b24ec2905390ece3e69db3aff4add843b738da8d0e21b643 0.03 MB 18 77
161,573 161,573 0000000000000cbda32995aa4fcadf4f59abfd53fe21f1f4781c8a15ad7561f1 0.02 MB 48 8
161,572 161,572 00000000000005198da8e1a0c015139c6adba0b6cf27e9625338eec6847b8c6d 0.05 MB 64 141
161,571 161,571 000000000000076e63d919209d2c26aa06ffe09fbb2ef39ac4c12d30e97d0447 0.01 MB 18 132
161,570 161,570 0000000000000b6728c66a6b1c46dd11d3700a5b2587a7c24531f10a5f953888 0.00 MB 9 0
161,569 161,569 0000000000000860b1e1029bf60c340f7b6a860206f49174653d07eafe056d20 0.03 MB 50 55
161,568 161,568 00000000000003ff937f56b9e7643b8ad8276657d2b6daeb5d2709f62cb49f15 0.00 MB 14 602
161,567 161,567 000000000000091f36ddeeceed013b9d3e3b92f1146942f3b332b1c5db1c6189 0.02 MB 31 114
161,566 161,566 000000000000031140cecd1b2df1dcc602a269083dc8bddd5a1f06cbbd43a61b 0.05 MB 48 132
161,565 161,565 000000000000021388d3f65de66f315b510853414903243df0bd95116986aee0 0.01 MB 21 251
161,564 161,564 0000000000000376444c86c1f738165e99e5bb4c2cc21f31c6eb1e73a0f03f07 0.05 MB 112 129
161,563 161,563 00000000000005ea3bd59432fc463e6b50a4a91f2d71f5fd01521310ed9f7932 0.02 MB 19 50
161,562 161,562 00000000000006bf67b4a519be1f3c2147ec711e984d9b5144e506af8daf8df6 0.00 MB 4 44
161,561 161,561 000000000000047196a36a205f768853d94a6b7be8f3819fc263ce8af75f4190 0.02 MB 30 53
161,560 161,560 0000000000000b3b5292803b514ad3580a2a04850f252af88e63e7bd0c27846c 0.02 MB 28 42
161,559 161,559 0000000000000c876b7f22e99e32b881ebc852b49f9997126d35bc6a2c14597b 0.01 MB 34 101
161,558 161,558 000000000000070966e586ac21fc7f463cebdccadb5ea46f15d55fdb37396982 0.04 MB 40 73
161,557 161,557 000000000000028d6b7fea6106831a09e8b19f9f1d69df2309bf961b73ec4aab 0.04 MB 100 10
Previous 10 blocks ↓
Total Size: 758.78 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: 758.56 GB sent, 40.86 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.