Memory Pool Memory Pool Refreshing

5,960 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,266 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (143,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
764,353 764,353 000000000000000000052bd321bebc7794690b707de1a1add60fc886963f5a49 1.09 MB 1,593 18
764,352 764,352 00000000000000000001de4b4a1f0fe03e4c2bc9648b23a6607463f15c64ccf4 0.91 MB 689 7
764,351 764,351 000000000000000000076149cbed0b329e0ca64373fe926ceb0d6cac2fcb1be6 1.57 MB 999 10
764,350 764,350 00000000000000000002d123a4789c31cc1bf03380a8cc6cc2b2e156a9c10a06 1.79 MB 914 10
764,349 764,349 000000000000000000015c79347a48b1c2c55a97ef8849607b5e985daa3332d9 1.72 MB 506 1
764,348 764,348 00000000000000000004dfaa150c6de5b4d4871a03b243506b00ccb8d2c00975 1.55 MB 1,303 12
764,347 764,347 00000000000000000004817d62f52f187bb74e605f5b7e7150161150da72cbdb 1.65 MB 726 5
764,346 764,346 000000000000000000055c8de5f2b8df9e983b4217a17cc5947696f05db7c3c4 1.37 MB 1,680 12
764,345 764,345 0000000000000000000063ff437ebef870cc5bd924c491df4503f7a7b2e14f56 1.43 MB 1,658 25
764,344 764,344 0000000000000000000544ffdc5794fb4cc9cf7c13910a1d4ba2e9a8daa34338 1.19 MB 1,411 26
764,343 764,343 00000000000000000002ece89f1df276483d515622f722b817ea0573659a93ad 1.23 MB 1,431 25
764,342 764,342 0000000000000000000525f05eb5faac509bab65c4f9c70dd3f4077678398fdb 1.31 MB 2,567 38
764,341 764,341 00000000000000000004579832b754b07eb92ced187d6aa4a515a5f94aee4576 1.63 MB 1,537 5
764,340 764,340 00000000000000000000e0f0cae010657728483b0c18870ae8d00fc8ee1dcd77 1.68 MB 1,859 12
764,339 764,339 000000000000000000019c5295cf678cdcdae13c2c9d6a8cf9bcb66fd05489b2 1.64 MB 1,623 12
764,338 764,338 000000000000000000046710a408d8da55aba52b800650bd67f4b14342b7073f 1.58 MB 1,976 16
764,337 764,337 0000000000000000000009c9d30ea797322c70fdd849f2a091275715f6a6f8aa 1.41 MB 2,006 20
764,336 764,336 000000000000000000074defc6f609426f86f7e2bbd06127c199dfbe1893de87 1.84 MB 1,760 6
764,335 764,335 0000000000000000000084700ea52f538762db002ee4b510f5f8532f61d67adc 1.54 MB 1,529 8
764,334 764,334 0000000000000000000668f91abbb8cc1d8532b312bca0b78bdddd4372a4688f 1.67 MB 2,412 13
764,333 764,333 00000000000000000000356dd1f6af04d4a058dabbf1df5dfb4087ccadbabd4e 1.30 MB 1,195 13
Previous 10 blocks ↓
Total Size: 769.25 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.10 GB sent, 94.16 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.