Memory Pool Memory Pool Refreshing

5,032 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (61,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,460 846,460 00000000000000000000225789427db9f0e8f310d8bc0a205f884a8ce68a2aaf 1.49 MB 5,007 19
846,459 846,459 00000000000000000001de5e312d55f873e73d14f3cd8a8ee656a392dbc28236 1.58 MB 3,544 35
846,458 846,458 0000000000000000000146ff7ddbab422a05c9476100b0694b19cf0d1a5486f6 1.56 MB 4,458 23
846,457 846,457 000000000000000000016d58bb61529d640fedaf86ee2da9b891dfd27d41067d 1.50 MB 6,152 19
846,456 846,456 0000000000000000000131ed404276797986191f33e40b04e655f876e8f77a5e 1.49 MB 5,136 19
846,455 846,455 00000000000000000000fe96359fd4dac47dc0eb0d041e3771910594a2c6d726 1.52 MB 6,256 16
846,454 846,454 00000000000000000002664a3ee77eada091c13a3d64593da11f4ad0026ba070 1.36 MB 4,209 16
846,453 846,453 00000000000000000002946d5147ed7b95941a4a9dda1c8d9e8d5da1a742e196 1.49 MB 3,861 21
846,452 846,452 000000000000000000005d61b6cfc471c8afdd786462b72f33115ecc0fec9ad5 1.49 MB 7,351 16
846,451 846,451 00000000000000000001be40b7b47870ead22964e0a247dd4db79bc0da0bdd78 1.59 MB 7,371 17
846,450 846,450 00000000000000000002b80ab943f57069f72fab9280eb35e0f1c5f4cc4e8249 1.52 MB 4,925 19
846,449 846,449 0000000000000000000029f6e349f280f8fca97e7a9cc191dff5c2d47b4f1bfa 1.50 MB 5,017 32
846,448 846,448 0000000000000000000227269b266778c2aa7ce497fb26fce16b970624509450 1.54 MB 4,577 21
846,447 846,447 000000000000000000027ba237dc2ab07622c9fcc4f85c99b73169a9a8b027b9 1.54 MB 4,528 27
846,446 846,446 0000000000000000000347ef77f65a8ca198b5153232a47b0c69f1633c62203b 1.72 MB 5,029 18
846,445 846,445 00000000000000000001c9be17af08a44b7bc431c595e9736e038d67b44ee770 1.48 MB 5,669 19
846,444 846,444 000000000000000000028685847ab04b518f030892db8797891e702fe775ed84 1.90 MB 5,789 16
846,443 846,443 000000000000000000026a8eb6c44f9bc44317dfc937f150a700964bc062c01c 1.72 MB 4,139 23
846,442 846,442 000000000000000000016175d88a898104109bfdc42656c98cd3c8e19229ccee 1.49 MB 5,978 19
846,441 846,441 0000000000000000000002e91882f675020224a588fe95d57d4d34fbaa52eafa 1.59 MB 2,843 28
846,440 846,440 000000000000000000012177f26ce01f3a502e9aa462139f530d0672a56a9baa 1.56 MB 3,239 22
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.