Memory Pool Memory Pool Refreshing

7,990 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (112,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,434 795,434 0000000000000000000215e86b11f3235a4739f750908d2190037cee626a2449 1.58 MB 3,479 28
795,433 795,433 000000000000000000042aa41bb576849bd76e733311e572c8272a1fe5a4ad93 1.50 MB 2,335 44
795,432 795,432 000000000000000000047f72ebdea7d89cc73df8aad0df4ee3389fd412005145 2.19 MB 4,168 22
795,431 795,431 00000000000000000000e53bb8fd89222f603e891347d93520503b0bfe3c8d60 2.11 MB 2,193 21
795,430 795,430 00000000000000000002f0879fcd40b892a5825142b1ef1d3b029b749e8b51c6 1.80 MB 3,715 23
795,429 795,429 000000000000000000034587c1fb3473de6f06752cab0d5e9063d5468283745e 1.62 MB 3,403 29
795,428 795,428 00000000000000000002814e0b0a4692d74db2e7180c4e47a42650b2faf4f80b 1.49 MB 3,607 48
795,427 795,427 000000000000000000029b5e93c511e0d1b1593b7569305f74555979f1fba5e1 1.61 MB 2,748 21
795,426 795,426 00000000000000000002c517f8a4d5b375b9462930f37848b4af86e5ac966867 1.28 MB 1,732 20
795,425 795,425 00000000000000000001f306add88ef8513a3b73b6b36ab3e245ffee3f3b210d 1.62 MB 3,689 39
795,424 795,424 00000000000000000003f7d803baee40f2b6c845f6d21ebeaa91c4102ed05fa5 1.49 MB 2,923 31
795,423 795,423 00000000000000000000450be367563c7b6e84489e612cadce6872f5084127f7 1.15 MB 1,000 21
795,422 795,422 0000000000000000000229b62a047cd4d830274f92d564f3f4dde97e0bf24bbc 1.09 MB 704 19
795,421 795,421 00000000000000000001f5c4e016bf2565e126fc18bcd887f3fbfaa579cf8e96 1.52 MB 3,074 20
795,420 795,420 00000000000000000004a40258172ac17a53bf22fe9c17255e1d2db03a6f6520 1.37 MB 2,209 40
795,419 795,419 00000000000000000003f61e5968705d913e3ffd7a8f1e5afe65f07d7a4ced1a 1.41 MB 2,482 19
795,418 795,418 000000000000000000047fb8adf6c71facdd2581bfc426b68684369e305aaf74 1.52 MB 2,845 42
795,417 795,417 00000000000000000003dc1b43fa321fd4d7b7541630158f66431b5665025c79 1.68 MB 3,429 32
795,416 795,416 000000000000000000034505c31ba20cd39a5cfc5ba477cddc17a8821a0d4f4a 1.81 MB 3,115 26
795,415 795,415 000000000000000000055bac7fd78bc5b181e893e73703c2d6aa77deb0d935f0 1.84 MB 4,326 32
795,414 795,414 000000000000000000011a0891d5e6ea660d556ac0d4d1f3b5ebe50a3ebfd94e 1.76 MB 813 19
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.