Memory Pool Memory Pool Refreshing

2,360 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.76 vMB 2,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (542,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,781 365,781 00000000000000001050649011d22d4453a7f6caa656cddac5d9b02bda1245eb 1.00 MB 408 6
365,780 365,780 00000000000000000c52682c86e1a3859cf904898d75f176d2ddd055b30e7a27 0.95 MB 525 7
365,779 365,779 000000000000000010c5a2e597c685157fd59b023a3aa899e1379979ac40b9e3 0.65 MB 1,275 40
365,778 365,778 00000000000000001115f020b1cf4f17c1252e3c04eb40caf3ddc8e42ae87689 0.62 MB 1,083 36
365,777 365,777 00000000000000000444b4a99f54d0a79b693dbba602b684b1791d759dde00a5 0.29 MB 655 41
365,776 365,776 00000000000000000554fae92aa1822c762061a934d97a9341489ab14775799e 0.27 MB 509 33
365,775 365,775 000000000000000000a0204d347c56a1087e86469b89baa6cff25fad1ae74ead 1.00 MB 1,333 26
365,774 365,774 0000000000000000102ceee284f28f8164a5a135f22000f053230f31beabe313 1.00 MB 1,656 37
365,773 365,773 000000000000000004dc62d7c7e0245eb827310d169de024a8b35a9ecb8f83c3 0.25 MB 206 16
365,772 365,772 00000000000000000b3d888e30c58d5bb416d0e053dc657ab859c85aabbcf0a4 1.00 MB 521 7
365,771 365,771 00000000000000000e4e5ca9fa877b1d36952e604b30218ac1114754496ea2af 0.75 MB 677 17
365,770 365,770 0000000000000000111d3947ea3ff86e791a5e74a471bbf7b7e3447a368f5dd1 1.00 MB 842 14
365,769 365,769 0000000000000000081d91d19bf4d747657963f3a9d19bc212f9982388dc96e3 0.25 MB 276 23
365,768 365,768 000000000000000014372dab91f8c092f979df0163b3b08c1b946e756d2ccf63 0.03 MB 93 50
365,767 365,767 0000000000000000049065c090e0dd22e60de99e3ba9b306987019cbb5854d05 0.93 MB 540 9
365,766 365,766 00000000000000000e83efa523cecb7552053ddab42f911a2804062ecf38c669 0.92 MB 447 7
365,765 365,765 000000000000000003adc8b57e5b8bf7d4be2e0bcc598154f9e601f46a686e2d 1.00 MB 578 10
365,764 365,764 000000000000000012d0acebaa2feee10fd319f54302afaca0151240a859c1e7 0.93 MB 381 6
365,763 365,763 000000000000000007760c3568a74d464fa8fed2b0871c975a5f522d2cda0d3b 0.95 MB 723 10
365,762 365,762 0000000000000000031d3fe9653d06e6e234da74789f1075e24176d9d23019e0 1.00 MB 1,986 37
365,761 365,761 000000000000000004a9272b2ded87f9b2b64394d16cade9f02d4cc080d92846 1.00 MB 2,806 50
Previous 10 blocks ↓
Total Size: 769.17 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.83 GB sent, 93.72 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.