Memory Pool Memory Pool Refreshing

16,226 transactions
5.40 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (787,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,088 120,088 00000000000059e830b40ed53789ebca130fcce6e7a48f1c2d1cdccd9076b4a8 0.00 MB 10 879
120,087 120,087 00000000000001c884d0810789706bdc95084a0047d7df995baa5e55f31461a5 0.00 MB 10 628
120,086 120,086 0000000000003b7be35a13a4874e311cef9b30a775f337355420953310cab992 0.00 MB 12 323
120,085 120,085 000000000000a3535b6d5a97f97fb015af34c2e8f50cff3f972ef1a4ccdb8774 0.00 MB 2 3,875
120,084 120,084 0000000000008383ba4f6bafe877dc042d0e72d2bb754cee7ad9a5d5f896812c 0.02 MB 39 244
120,083 120,083 00000000000041870e242beaefb1faef9f221972f23e35bd1fe2522b94f938f0 0.00 MB 7 1,677
120,082 120,082 0000000000005d7927e63f0781bad6a92f8c0533bbaa05992b995ee7b32fb99b 0.00 MB 3 0
120,081 120,081 000000000000845cf6d54ee81c7bc0d27ded8adad2f6e8957c4840ac58085516 0.00 MB 8 358
120,080 120,080 00000000000098644d14657ac4fce9b220ce38a80e18925dbc41ad376019dad8 0.00 MB 2 3,861
120,079 120,079 000000000000901cdc634e775cd6f0603c146a6f61d55e20693a23a9d64451c0 0.00 MB 5 0
120,078 120,078 000000000000a4a7f88f003dc057deb1f14c77aa464952dfcc843800b4d9ad96 0.00 MB 9 0
120,077 120,077 0000000000005fe9451206048307f91498677b24f58107989c02dcff23d6894d 0.00 MB 3 0
120,076 120,076 0000000000008d62f87ca09c10cd7ced9d101014d735d846a64e1860878d2fed 0.00 MB 6 803
120,075 120,075 0000000000001dd5486e63e10fe273acd251a9766a92ef3cdb8b3946fbe66a36 0.00 MB 7 0
120,074 120,074 00000000000083db99e0d78688c7409ca330c8345e9068d4a4defd25f43af5b4 0.00 MB 14 1,491
120,073 120,073 0000000000002c7cfd7c7a0f2c02916acc53f947f6663a4ab3b39e092feb34dd 0.00 MB 9 405
120,072 120,072 0000000000004f73aa8e5cd78c5781d311c13b1edb48a0fa3b3fd3bfcd294c4c 0.00 MB 10 0
120,071 120,071 0000000000001d0c22f19a31bdbbf2a50fa0ca60492aabd0ce0804d569da60dc 0.00 MB 9 353
120,070 120,070 000000000000226b8cb3a54fd8ca8f01b98542f37d12a2380cd7e14ce722e89d 0.00 MB 6 887
120,069 120,069 0000000000005772c15542c949b31f45486041174974b97e8d02797539e3dde6 0.00 MB 7 0
120,068 120,068 0000000000009f5ac3827a4fa588adf106c32171161ce39943eaa5aff731b849 0.00 MB 9 1,247
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.