Memory Pool Memory Pool Refreshing

4,404 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,854 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (674,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,982 232,982 00000000000001c992c0d339d46ed0bab5b5c4246cb3871f8c8b7305b7db2f33 0.12 MB 285 234
232,981 232,981 00000000000001a009bdf2cd91c259b42fc37d62d395bbda8b24d1b6e259729a 0.25 MB 188 69
232,980 232,980 00000000000000f6d55fab1f68b9a4b748a62c1767b31db8dc23c51ada4f6612 0.37 MB 592 100
232,979 232,979 000000000000013f62c1a5cb299688b781c19bf7e1509f13428400219f27b803 0.25 MB 734 273
232,978 232,978 00000000000000d26b451b8d357cda6df91b2d16533fa0a6155a8459e961d804 0.07 MB 196 62
232,977 232,977 00000000000001d82c67acd70a18922ca978c5420de035a736000c550347a057 0.25 MB 105 67
232,976 232,976 000000000000002f803ef51dbc88f448aaa12fc4c45a06a22294083e2dc4a019 0.07 MB 145 173
232,975 232,975 0000000000000005cd446b77797f840c08a0a90286e193c4eebed82d52ff5c33 0.15 MB 218 115
232,974 232,974 000000000000007740bd1e76cd630dad8dd0f5cf47ce2a79f27045d2bd8e3602 0.25 MB 404 142
232,973 232,973 000000000000016fa2ff1bd5b21a48560c677a9792759e66ec2bf3c7b7e9ea35 0.47 MB 934 158
232,972 232,972 00000000000000443ed9e502853e21f68438e99e0575e17c59cadcb4b89a2f65 0.25 MB 680 251
232,971 232,971 0000000000000120536dd64eed392642b0d730e5b77d70bee6b8d197d53343b9 0.05 MB 64 63
232,970 232,970 00000000000000cf1ee5d42dacb7f0084b9b893ce24e84763c261f54ad770b3c 0.13 MB 256 161
232,969 232,969 00000000000000dcf3de821cd7bb923fb1ba264976495eb88c721d8cfef1a385 0.25 MB 413 148
232,968 232,968 000000000000010c766281a7e65bb0a3ae83e02fda44a274ac5517d40e0bfb09 0.18 MB 333 155
232,967 232,967 00000000000001a7f9a66560728aea086025e45a31dc3bc6d329412f2862cfcf 0.25 MB 711 275
232,966 232,966 00000000000001d4197de01abd537d669ed8d73a24ab4026639161f5f5be3e87 0.23 MB 371 101
232,965 232,965 000000000000004f0f996a3c7decc33b64df0dc74c7a81bf0e2fd4abc3e8cb58 0.08 MB 221 45
232,964 232,964 000000000000008894c37299eefc99437bf2bcc50d18f3086acfa1d6b22e9271 0.25 MB 873 282
232,963 232,963 000000000000016976cf97406e110be67fd78c73fa9eda24e01e96894c836291 0.43 MB 664 103
232,962 232,962 0000000000000080610d6508ed19fdeeeead11647a577643abf802ea2c8d449a 0.47 MB 1,089 161
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.