Memory Pool Memory Pool Refreshing

1,686 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (36,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,412 871,412 00000000000000000000ead7e0b3cdd789cbadd8b3025510a00bede762c4ade9 1.48 MB 5,996 7
871,411 871,411 000000000000000000007e61ccdde0314aafab8dce2db8a5dd398bf75c14ff74 1.50 MB 4,948 9
871,410 871,410 0000000000000000000000c4eff2af5e61b6689da2353c2561e61d9784826760 1.80 MB 2,864 3
871,409 871,409 00000000000000000000b0a493f1dd0c6985e174e2dc361552852dfe69f2a07d 1.60 MB 4,210 4
871,408 871,408 00000000000000000001e48e022aaaebd43694e64c9f74145b305eeaf934bb3a 1.52 MB 1,709 5
871,407 871,407 00000000000000000000b9443768c4537acfce465dd016bf29af4d788004f873 1.57 MB 1,424 5
871,406 871,406 000000000000000000028d5014350dd63617accd50d91a09c622fcaea26a8725 1.62 MB 3,834 10
871,405 871,405 00000000000000000002b3649bdc2f8219e763207228baea1f19f3f6682ad921 1.61 MB 2,679 5
871,404 871,404 0000000000000000000184ab28a908dbc70a5d1c18aa31073ab55779a1d9fc33 1.73 MB 3,639 10
871,403 871,403 00000000000000000000c26947cd289c48f70acba7bc9805188f06bd2ea32bd7 1.59 MB 3,539 16
871,402 871,402 00000000000000000000c9b52981b34ed3c6f40dcb774c54549258cbc09331ea 1.53 MB 4,039 10
871,401 871,401 000000000000000000009e08ee08e250ce5318347bbd26fb63589d5a5f0054f8 1.53 MB 4,455 14
871,400 871,400 000000000000000000010a55ec35787491eb170ffe9b14edb48a68354a5818f0 1.50 MB 3,169 10
871,399 871,399 00000000000000000000d0f8c634b7200029dd060d84a9727e5645be71d812df 1.46 MB 3,924 5
871,398 871,398 0000000000000000000024984c07c0f96f3c1e84d3a1a87b90f8d9437cb2b81f 1.74 MB 2,775 8
871,397 871,397 00000000000000000000c2e021b2faeedfa6c7f670d17ee922a2619cb12f2f0c 1.58 MB 3,812 16
871,396 871,396 000000000000000000025212be681c3f33b8ee17f6999a3fe867b6ac8bad7b84 1.62 MB 3,291 10
871,395 871,395 00000000000000000000724e4e3f75907cc44bf56fb3df84afb5d6bbb4f44520 1.69 MB 2,931 6
871,394 871,394 00000000000000000001395adbfb643103a23184424d3614e340ba787ff26eea 1.79 MB 3,710 7
871,393 871,393 00000000000000000002099ade4bc6726d4839de07b1ed236c3fa8c3ec39c067 1.65 MB 2,986 9
871,392 871,392 00000000000000000001feea718b2c55d1de2985d8a507c524d73ae3e568a2ae 1.57 MB 3,915 14
Previous 10 blocks ↓
Total Size: 769.15 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,632.49 GB sent, 93.62 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.