Memory Pool Memory Pool Refreshing

5,026 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,603 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (15,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,554 892,554 00000000000000000001f35455cbaab1a72f02889b764118cf60ccb8c6377b5c 2.14 MB 234 2
892,553 892,553 0000000000000000000113c994bb95beaaf3d14ecaa94ebcf3ed92f6b3b3b728 1.98 MB 1,263 3
892,552 892,552 0000000000000000000145b5e24b543687c7f33dbd28607dd93103b6f27d0d25 1.64 MB 3,950 3
892,551 892,551 000000000000000000022405840d653b49f0ca52a0f3a30ffa5c0f6d234fcabe 1.58 MB 3,976 6
892,550 892,550 000000000000000000014a4cfe2d2b02b0cbf6f9e727ffcd9dd332d6afb40118 1.56 MB 3,638 9
892,549 892,549 00000000000000000000e0603703316965562d377cf6c7e3d4162e61f221ffcf 1.77 MB 1,850 2
892,548 892,548 00000000000000000001919b7d627043f5e0e63465c94bf9ef7eb545fd4f3550 1.93 MB 2,327 1
892,547 892,547 00000000000000000000294a02bcc7e4c95fa47ada53877cb5f3d6701f237634 1.72 MB 3,931 1
892,546 892,546 000000000000000000014caa2a8dcae5bb9d06286a29045169a67317208b6571 1.77 MB 4,743 2
892,545 892,545 000000000000000000014509abec5df13c3f5b1192a24afff78121f975497e36 1.71 MB 4,548 3
892,544 892,544 000000000000000000012811ffb93f41f6a33cc0ce306313d1b1416fd62750ff 1.52 MB 3,096 3
892,543 892,543 00000000000000000000399c5823acff0c6d88c54738fd51a0eb2f784d92d16d 1.57 MB 3,178 5
892,542 892,542 00000000000000000000b76b9570cc194e547f0490dfd1e0f51d93f5bdf06751 1.60 MB 3,524 8
892,541 892,541 00000000000000000000cf55f1eedec4b14efaaa34f74c84b00713587d5969b9 1.70 MB 3,871 2
892,540 892,540 00000000000000000000108a9021024a701420db1f8743107906ef33f2daf5db 1.62 MB 4,050 4
892,539 892,539 000000000000000000004782a0d2c095df364e8ac4f05b3bb91a15e49984b662 1.65 MB 4,256 2
892,538 892,538 000000000000000000014a6827066553a29fe5429e37195bf5789f6715a1ff99 1.67 MB 4,284 4
892,537 892,537 0000000000000000000095f3f0f40c4db774f9ed5e8b809b2415e912decbdc40 1.73 MB 3,260 1
892,536 892,536 000000000000000000018b9652004348a7acd60ac000f817457d8f071e2fde93 1.61 MB 4,058 2
892,535 892,535 0000000000000000000112b381a48515018e1e67481eb96d932ef649993fc01c 1.73 MB 4,297 3
892,534 892,534 0000000000000000000079b113e3e9f6cee776afc38e90f9ec9a8c5e4233d94f 1.59 MB 2,831 13
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.