Memory Pool Memory Pool Refreshing

3,539 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (737,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,932 170,932 00000000000004b70bf9f29d9e978b99f05deca084f9aea3ada6261656b65971 0.04 MB 39 97
170,931 170,931 00000000000005c6871520017517758ada3f79c30b58ce4c7f5cd0519aa4666b 0.02 MB 35 305
170,930 170,930 00000000000001cd0afc7543d055daf8a2ead89796eacd25f321f59c06bc9fde 0.05 MB 197 19
170,929 170,929 000000000000019809f1529ed41c78da15d16d7610bab4c2e21f12e329d43a36 0.03 MB 59 81
170,928 170,928 0000000000000448cf9d668e853f578ed607a9b18fecc8d6b6c9aa9ddd14e53a 0.03 MB 54 95
170,927 170,927 000000000000014508e33e843b463064ee7d5e423b1ee59247431d5fdd188c15 0.01 MB 19 58
170,926 170,926 000000000000061301eeccf3da34e81ef2350206e80d2b577b12bd77e13a4cb5 0.00 MB 4 141
170,925 170,925 0000000000000a19743333e6175b86ab85de6fc82fe4b1d3c9c30bd160f9fcac 0.01 MB 15 280
170,924 170,924 000000000000091af3358abcd21ffe76a8e723beaf391de277e83264b2973784 0.03 MB 95 113
170,923 170,923 0000000000000333732fb63e46c79b27a5bdfeea6da02fdf554e3101890a938b 0.00 MB 1 0
170,922 170,922 0000000000000891c0c6f6a16b7d6a5aca1e453296e6d06fbf3c4cb57363c427 0.01 MB 4 165
170,921 170,921 000000000000049d9dd3a4451af22b1a99ce94bbd44011a8360956bd67953bc3 0.03 MB 62 58
170,920 170,920 000000000000094341b7a1954b348ddf003285c2d3c9e57e23ad043e76036e4f 0.02 MB 36 314
170,919 170,919 00000000000000177b34456abb2412895a8f0cdaafe592d681ff7c2f4bde15bd 0.00 MB 6 0
170,918 170,918 00000000000000ed9875faf8a990b72d086e8754a496ac7a6e2d1eda18549986 0.00 MB 3 0
170,917 170,917 000000000000086250a7bdefe652b988f022ae513e09e3eb436759e076482b7c 0.05 MB 122 17
170,916 170,916 0000000000000a51377eeb5e0b460391860716425b81f0529daa265781175204 0.00 MB 15 65
170,915 170,915 00000000000001e6a355b78668033c1b4df0e3a6933b903b6681ddf7866b0001 0.03 MB 32 59
170,914 170,914 00000000000009fc62dc47514f069effb60dfb6b2f299cae435da097fdfc2e0c 0.01 MB 14 39
170,913 170,913 0000000000000a5c9d463be43d0c4ccf197310d30d3db6412cdb6e085a69fd7c 0.01 MB 13 929
170,912 170,912 0000000000000549efdcaacd8ec94c087475eaf33f1f5aeea405db622c446937 0.00 MB 8 659
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.