Memory Pool Memory Pool Refreshing

6,532 transactions
2.21 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 (759,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,478 148,478 0000000000000138a586c835d096853aa0211cf1386ec77c5b1841a46002b26f 0.01 MB 19 212
148,477 148,477 00000000000004812114f3ac8aa74ba6cb453d3d059ec5e17f751080e9483850 0.02 MB 73 157
148,476 148,476 0000000000000266ef176b7e7a4b36d22a1c1bb329b0d7889aff88526f5c72c3 0.00 MB 3 100
148,475 148,475 00000000000002a926a26eaa61474bbdb41ee41ee6f0001b59b11cc7074af655 0.04 MB 71 46
148,474 148,474 00000000000003f3498c9793611e5cbcbf0a5893197aa18e5b6c0f914b823a33 0.00 MB 10 2,100
148,473 148,473 00000000000008b9f3107d91349cebd8c70343bd035fe6ecfbbc11f6982e6511 0.00 MB 12 0
148,472 148,472 000000000000050990be8a9c564ed760ab0d3309a3e79cd97eb3c274382bbb52 0.03 MB 53 162
148,471 148,471 0000000000000152fae763cb7eb456eb4ec8c5480a5f1d98b164e6485a0377cd 0.01 MB 26 365
148,470 148,470 000000000000003b6c5adae8cf3db823295a09b0ef8c6e2313ba0c311445a7d3 0.01 MB 23 254
148,469 148,469 0000000000000038ef7d823f211f9f3755e0dd2811742c00f40e18b805a6c583 0.00 MB 12 256
148,468 148,468 000000000000007d4c983f9b30b690b5c6a349017f81064b5c644a4a7c43ff96 0.01 MB 23 245
148,467 148,467 000000000000050530df068311a4c9c6274a7fb3681ed1e2a295570f4ec2ea57 0.05 MB 134 1,275
148,466 148,466 000000000000061f584e425cf3c3c65dfb460b107d036ab65c62cfa9b0e5af44 0.03 MB 64 120
148,465 148,465 000000000000058c4516565408e3e5f6841a9ce5232ae25a2ee11cdcdb21d617 0.06 MB 108 200
148,464 148,464 00000000000008a039c04cfc54e3cc030a8b15119603f90310911c6c7281dea7 0.05 MB 142 160
148,463 148,463 0000000000000790258eb22ef16bd61cb3813212eb249905cd52d4da7d2a35e2 0.00 MB 2 0
148,462 148,462 0000000000000203319a37a05ae523a0662dd132809411bd7128007366d5c97f 0.01 MB 18 67
148,461 148,461 0000000000000054e19b994c4bd766fc2f281750b6d7c44d9ae4ae3f3db52dee 0.04 MB 143 123
148,460 148,460 000000000000027f507d2863d9261c19688545da9e0c9c587551f2b3e6aaf388 0.01 MB 40 152
148,459 148,459 00000000000001d189ce06d5564a13e5406323193b1a9dfbbb7e6b7b8268de30 0.00 MB 18 128
148,458 148,458 0000000000000813323ae94cf361bb07f2bb576cde67baee32829a48cd6dc6fb 0.01 MB 9 40
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.