Memory Pool Memory Pool Refreshing

6,522 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (752,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,988 154,988 00000000000003941f778225c2d0d0027eec8f878aad24484c52258e6151b8b0 0.00 MB 1 0
154,987 154,987 00000000000007a1d8e8545e1b39e752ba54519b210038178e64d4af05d7f867 0.03 MB 71 179
154,986 154,986 0000000000000cf84dea6d5dfd3fb971cfb1d958f377655d53e557bcc8b2353b 0.00 MB 1 0
154,985 154,985 00000000000003ad07d0ba711ee921046cac2d12dba7469a64612fb18c32dab4 0.02 MB 39 63
154,984 154,984 0000000000000895d621b47c40d770d1c36209c17887902d4680c0b7528023ad 0.00 MB 5 52
154,983 154,983 000000000000063aa5ec76c93e89eab35d04ac6e0c6aff29148167355cc92687 0.04 MB 130 60
154,982 154,982 00000000000006ccea78a784ec69f789ca65b9cfe34ee8068421a2da2d41385f 0.00 MB 11 0
154,981 154,981 00000000000007230d016e4284cf252b40d99dafa22494154dbeb2ccae62234f 0.01 MB 26 130
154,980 154,980 00000000000004294ebb8d38385be1968bb9ed44a41ac595d8b9f9ab2e9cb2ad 0.02 MB 77 178
154,979 154,979 0000000000000061579b0eb439b77f43e42bb0138862fc6a6dcf3a46acc2c98f 0.01 MB 44 41
154,978 154,978 0000000000000014ad652bb0364bfb515c6d4677f948ce05f94c3e2b934b9536 0.03 MB 68 53
154,977 154,977 000000000000080257607af023f70fb480315d9a32c6a6740ddaecb1d1042928 0.00 MB 5 109
154,976 154,976 00000000000004dbb48a5bc91ee42d73547488506333d0c3283eb91956b7170e 0.01 MB 15 166
154,975 154,975 000000000000097ecd5b9a87b6c233a050a19dc3440d852220f87af7c76e84e3 0.04 MB 86 44
154,974 154,974 0000000000000cd8e0466f44656774ba6352dd9c884f4c1062824c540f71e314 0.00 MB 10 15
154,973 154,973 00000000000008746037f8315ca244b3f31baf6441cf7be22bd731b8e15bbc9e 0.00 MB 1 0
154,972 154,972 00000000000001d3385fe379ee081658a897893870dffc6c3c370f054b645854 0.02 MB 42 62
154,971 154,971 0000000000000940cb93c60c8436a3d476d12fe7feb44f5f23e2a2049a30a9f8 0.00 MB 13 21
154,970 154,970 000000000000038005bcbc59eb90e5330fb3b9cd2058a2ea2a20eb035991fef2 0.03 MB 62 67
154,969 154,969 000000000000051fabad78bdf6b68c4fe32529cb3ad6430f4e92e00ec59805ad 0.02 MB 72 2
154,968 154,968 0000000000000b9a810ed2ade7f5a54c2ba2a0779283d4289afcefe0637cc14f 0.01 MB 34 131
Previous 10 blocks ↓
Total Size: 769.25 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.15 GB sent, 94.18 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.