Memory Pool Memory Pool Refreshing

998 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 983 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (860,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,955 47,955 000000001c3627db312f2964438234dd64b359ba4c8911d1f5e17f67c5ce0b64 0.00 MB 1 0
47,954 47,954 0000000029d5350a4d4d9c82271b3256ae5b984c806760b27b2f4bfad59e725c 0.00 MB 1 0
47,953 47,953 000000000ca08021c0efa386aea401a185a274348b98bb1b6ef6f4ed36a4e3ba 0.00 MB 1 0
47,952 47,952 000000002f818801117c74b00ad9d70b298c4548d89110c0e1bfa4da865fb7c8 0.00 MB 1 0
47,951 47,951 0000000009232aacb68fd7828e2836de329918acd2858b6a9a30caf085b51000 0.00 MB 1 0
47,950 47,950 000000002abc51fcc9ef3721c74357f5f5236dd3f490961b80d3d9f7d3786dbc 0.00 MB 1 0
47,949 47,949 000000002db866c8aa71fa17b31e9ced597aa593724bd2ec3a366717aefefca4 0.00 MB 1 0
47,948 47,948 000000002c2ea73427936e132cf22db9da6ee66ff25de02d72765400a0fbfbc6 0.00 MB 1 0
47,947 47,947 000000000153da86fab63f064a44105806fb7de8cda1d8c5debada039ec95341 0.00 MB 1 0
47,946 47,946 00000000323014e81f10dd95baa16c5eb052d84b4de62aca2c61472c7ce76623 0.00 MB 1 0
47,945 47,945 00000000197859e60dae11065753ecb9fee23779e111c94e5ea166afeafa54a0 0.00 MB 1 0
47,944 47,944 00000000030fc276ab2339c314c54a8f11562d4109db5b3696672caa9ad076aa 0.00 MB 1 0
47,943 47,943 0000000010e8b513a2de5212286b74f6e24df0846716a257f52a059ebdd231d7 0.00 MB 1 0
47,942 47,942 000000002c0a809389fdfc7706c94ebe07675a9aa25634eb968a7b96ef925347 0.00 MB 1 0
47,941 47,941 00000000002a636cfeb7b07b053036f4728365e387b93f93d44dfda10716d249 0.00 MB 1 0
47,940 47,940 0000000028da5640d6de7d8fe5ed89ceec7cb206c084d1176e6775c4cccf7bc5 0.00 MB 1 0
47,939 47,939 000000002bce499018ce3d57df08523bf10ecf31f413c78d74652dd71182d08e 0.00 MB 1 0
47,938 47,938 000000002678b718f0697119292b29a316cf69d64b4aa4743abefaa0beeda55e 0.00 MB 1 0
47,937 47,937 00000000010a8b9d9009a722cb70ee4d022c32a617ef5756a01d6ec6fa77a010 0.00 MB 1 0
47,936 47,936 00000000318188a730db2bd8750a13bbb967dfb92eacd67e8f956c6cfed0a68a 0.00 MB 1 0
47,935 47,935 000000000c9e2d978e9c84a7a4b3edbf1042b4b53385ba2035ad19d01b749ba8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,853.31 GB sent, 101.64 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.