Memory Pool Memory Pool Refreshing

2,388 transactions
0.63 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (891,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,542 16,542 000000007742a6e73a0486e77b16054c68b6eaa0e56b3341d15e3eb27b80ebd1 0.00 MB 1 0
16,541 16,541 000000002b929a3373c4d39a969cd057a4731be9c8d57684284720ef5b911186 0.00 MB 1 0
16,540 16,540 000000008fc79831cc1af30368c130126741b065bb60a9850930d3912c8a8991 0.00 MB 1 0
16,539 16,539 00000000dbcd37d1b43d4b887c628cf4af1f12f60e5366d5f2c28892a1c434ad 0.00 MB 1 0
16,538 16,538 00000000dbaa4afafb0b55890f0eaa13d11da801a414ae851771d672e9e26fc3 0.00 MB 1 0
16,537 16,537 00000000cd4072360def31045a938e34d0eaba526d7db56aa2466072683885ae 0.00 MB 1 0
16,536 16,536 00000000b59b643c3287b4aa0f5f56d94448e26bc937f79db2fdb9e0f684780d 0.00 MB 1 0
16,535 16,535 000000001883cc293b1386890ad147f7da0548ac8643c605e122fa4e7c0d6e7e 0.00 MB 1 0
16,534 16,534 0000000022c4495bba71e7369554c4efff0fb3aab56d0337133eac94eefbceff 0.00 MB 1 0
16,533 16,533 00000000061281d954293cd4a542e7da797941b072478b4ef0147b1654eafd5f 0.00 MB 1 0
16,532 16,532 00000000c85fe83ba40b09cd6c219dc61c44a1150e95a56338d2c96d064f8cc7 0.00 MB 1 0
16,531 16,531 0000000006ad307e8416de4759f337c9dbdaaa837d717c80ac149dff45e1ebcb 0.00 MB 1 0
16,530 16,530 0000000098c86b0afc8462ef4798db80085c2ee3afe0c42e27263f80f0efbf75 0.00 MB 1 0
16,529 16,529 0000000045c9dd3480f2f5d3d34e15a5a543e7e40acab8b4b39708af1c0ed36f 0.00 MB 1 0
16,528 16,528 00000000e46305735b8bdeb0bfdcda6e8bb1ff38bde8b40edea25c6c85fae918 0.00 MB 1 0
16,527 16,527 00000000219e65531187d26383dbcffc1bb375bad23ef6d53ea78fff4b49ec22 0.00 MB 1 0
16,526 16,526 00000000022fc1672c65acad49b73b5c6cbc74580ef2201d7df582598fb4e593 0.00 MB 1 0
16,525 16,525 0000000086f816d0d17f4695ae93253dbc740783f096fde4b9a9b80583bce9a2 0.00 MB 1 0
16,524 16,524 00000000e9120a586fecaa332c953a0da6612f26ab111feb267ce40993ae669e 0.00 MB 1 0
16,523 16,523 00000000c4deb35523fe93c08c9cc594247f772d0a22f0f00c9dc87d1c53cdd9 0.00 MB 1 0
16,522 16,522 00000000d7b172aec901cd789d5b2b4fd74cc7671f76b091dce4a16727fc6dd4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.