Memory Pool Memory Pool Refreshing

454 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,435 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (833,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,775 74,775 00000000006f3ec1b40444ed0ff78672ede48744acec823fb7034bd9851c66e5 0.00 MB 3 0
74,774 74,774 0000000000444f1a2490c11ecd63b508a98286449aa0e01d2c58602f911f92a3 0.00 MB 1 0
74,773 74,773 00000000000700f73e9d99e62745f270fbe4672e478c28ffd4c950f6f3825a60 0.02 MB 27 2,992
74,772 74,772 00000000004dc23b70983f96dd52084230d599468c248d3a850c9871e3cb2cbc 0.00 MB 1 0
74,771 74,771 00000000007807415f80d5f1fcd33122a131d23b5c12ae7a50793c5750198fc0 0.00 MB 1 0
74,770 74,770 00000000005c703e0a9278645232506911ea4f9df8720c59abd77b47873c8e2e 0.00 MB 3 0
74,769 74,769 00000000005088c213d4e7e60f2bfd19efe2c27b8d600fcf58c49d5c1afc574f 0.00 MB 6 0
74,768 74,768 000000000058225c927d3b116da2b3e2c59338919319de1bc768d2669f87f532 0.01 MB 4 0
74,767 74,767 00000000002e5f6cdea64346a67eddfd09f3456697282249232b0c87ff938fa9 0.00 MB 1 0
74,766 74,766 00000000006f4386ccaab3d7d2f0253cf7dace8f596a18032d47bdfb10d2628f 0.00 MB 2 0
74,765 74,765 0000000000046bf8ef9acb90f9e9fbe06a30895d7106b21e98559d380d9e6505 0.00 MB 2 0
74,764 74,764 00000000006841931b41f75ec9fc881bd023b910d7dda3772f825c0bb1c9d1b6 0.00 MB 3 0
74,763 74,763 0000000000307ef5450de6ca496eae2d1e95c546a1c55aa21e3db7098d0970f3 0.00 MB 1 0
74,762 74,762 00000000000a1830117b47e392beb9aa3e66e607401cd94521dda0702126d912 0.00 MB 4 0
74,761 74,761 000000000012be6a51832868e040f28df296edc1b7f8697647fe34bcca990bd2 0.00 MB 2 0
74,760 74,760 000000000009f7ad4759761526c26d061d0faf4d03e4159dd3b626179d065cbf 0.00 MB 3 0
74,759 74,759 00000000002b6612a944585a6fe0abd217cf80599bf8a8b6cf3cc868ecfcbcd4 0.00 MB 7 0
74,758 74,758 00000000002fc3cacd30d714f5c0ade2c746f3d102f02b016ad546c1e364315a 0.00 MB 7 0
74,757 74,757 00000000004d460b370c712c272c350d978ffbb2032f56e57b6518464ac0148c 0.00 MB 3 0
74,756 74,756 00000000003ab8284d4075efcd1a49a59cd237d3a48cb7d35f424cbcf603dfaa 0.00 MB 1 0
74,755 74,755 000000000045a49c1a89cf582554ddb80dd4871f6aee71c0d707e9a5cb923cf4 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.51 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,773.33 GB sent, 99.61 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.